00001 00025 #ifndef SCENE_DEBUG_H 00026 #define SCENE_DEBUG_H 00027 00028 extern int showingZones; 00029 extern int typeZones; 00030 00031 void display_zones(short int pKey); 00032 00033 #endif