Files Classes Functions Hierarchy
00001 #ifndef GRAPHMISCTEST_H 00002 #define GRAPHMISCTEST_H 00003 00007 class graphmisctest 00008 { 00010 gobjContainer xGraphics; 00012 static void keyboard01(unsigned char key, int x, int y); 00014 static void display01(); 00015 public: 00016 00018 graphmisctest() 00019 : xGraphics(true) {} 00020 00022 void test002(int argc, char** argv); 00023 00024 static void test001(); 00025 00026 }; 00027 00028 00029 #endif 00030
1.5.8