Files Classes Functions Hierarchy
00001 #ifndef TETRAHEDRONTEST_H 00002 #define TETRAHEDRONTEST_H 00003 00004 #include <gobj.h> 00005 00010 class tetrahedrontest 00011 { 00012 public: 00013 00015 gobjContainer gX; 00016 00017 void test01(int argc, char** argv); 00018 void test02(int argc, char** argv); 00019 00021 static void display01(); 00022 00024 static void keyboard01(unsigned char key, int x, int y); 00025 00026 }; 00027 00028 00029 00030 00031 #endif 00032 00033
1.5.8