00001 00025 #ifndef DEBUG_H 00026 #define DEBUG_H 00027 00028 typedef struct MouseStatusStruct 00029 { 00030 int left; 00031 int right; 00032 int X; 00033 int Y; 00034 } MouseStatusStruct; 00035 00036 00037 void process_debug(short int pKey); 00038 00039 #endif
1.5.5