source: trunk/vizservers/nanovis/Trace.h @ 884

Last change on this file since 884 was 848, checked in by vrinside, 16 years ago

Removed global variables
Trace function is added
Removed compile warnings
Added Point-primitive based rendering, but currently it is commented.

File size: 127 bytes
Line 
1#ifndef __TRACE_H__
2#define __TRACE_H__
3
4#include <stdarg.h>
5#include <stdio.h>
6
7extern void Trace(char* format, ...);
8
9#endif
Note: See TracBrowser for help on using the repository browser.