00001 /* 00002 File: trace.h 00003 00004 Copyright(C) C. Kotterink, Computed Graphics 00005 */ 00006 #ifndef TRACE_H 00007 #define TRACE_H 00008 00012 namespace Trace 00013 { 00014 void init(); 00015 }; 00016 00017 #endif