00001 00002 00008 #ifndef VISUALIZATIONTHREAD_H 00009 #define VISUALIZATIONTHREAD_H 00010 00011 #include "misc.h" 00012 00014 00019 void *VisualizationThread ( void* targs ); 00020 00021 #endif 00022