Files Classes Functions Hierarchy
00001 #ifndef PLANETEST_H 00002 #define PLANETEST_H 00003 00004 00008 class planetest 00009 { 00010 public: 00011 00013 static void test01(int argc, char** argv); 00015 static void test02(int argc, char** argv); 00033 static void test03(int argc, char** argv); 00034 00035 00036 }; 00037 00038 00039 #endif 00040 00041
1.5.8