00001 00002 00008 /******************************************************************** 00009 Description: The Command Thread 00010 part of the 3Dsia project 00011 created: xandi, 030500 00012 00013 History: 00014 date, name, changes, in funtion 00015 00016 ********************************************************************/ 00017 00018 #ifndef COMMANDTHREAD_H 00019 #define COMMANDTHREAD_H 00020 00021 #include "misc.h" 00022 00024 00027 void* CommandThread ( void* targs ); 00028 00029 00030 #endif //COMMANDTHREAD_H 00031