00001 00002 00011 /******************************************************************** 00012 Description: 00013 part of the 3Dsia project 00014 created: [name], [date] 00015 00016 History: 00017 date, name, changes, in funtion 00018 DDMMYY develo did this and this and that there 00019 00020 ********************************************************************/ 00021 00022 #ifndef MATRIXTHREAD_H 00023 #define MATRIXTHREAD_H 00024 00025 void* MatrixThread ( void* ); 00026 00027 00028 #endif 00029