Files Classes Functions Hierarchy
00001 #ifndef ZPRTEST_H 00002 #define ZPRTEST_H 00003 00004 #include <GL/glut.h> 00005 00006 #include <print.h> 00007 00008 00012 class zprtest 00013 { 00015 void printMatrixMode() const; 00016 public: 00017 00019 int test01(int argc, char** argv); 00020 00022 void test02(int argc, char** argv); 00023 00026 void test03(int argc, char** argv); 00027 00029 static void keyboard(unsigned char key, int x, int y); 00030 00032 static void display(); 00033 }; 00034 00035 00036 #endif 00037 00038 00039
1.5.8