Files Classes Functions Hierarchy
00001 #ifndef PLANEINTTEST_H 00002 #define PLANEINTTEST_H 00003 00004 #include <cassert> 00005 00006 #include <print.h> 00007 #include <gobj.h> 00008 00009 class planeinttest 00010 { 00011 public: 00012 00014 gobjContainer xGraphics; 00015 00016 void test01(int & argc, char** argv); 00017 00018 }; 00019 00020 00021 00022 00023 #endif 00024
1.5.8