Files Classes Functions Hierarchy
00001 #ifndef MAZE003_H 00002 #define MAZE003_H 00003 00004 #include <gobj.h> 00005 00006 00010 class maze003 00011 { 00012 public: 00013 00015 static string doc[]; 00016 00018 gobjContainer xGraphics; 00019 00021 static void keyboard01(unsigned char key, int x, int y); 00023 static void display01(); 00024 00026 maze003(int argc, char** argv); 00027 00029 void eval(); 00030 00031 }; 00032 00033 00034 #endif 00035
1.5.8