Files Classes Functions Hierarchy
00001 #ifndef MENU02_H 00002 #define MENU02_H 00003 00004 #include <menusystem.h> 00005 #include <test02.h> 00006 00007 class test02; 00008 00009 class menu02 : public menusystem 00010 { 00011 public: 00012 00013 test02* test; 00014 00015 menu02(test02 * _test); 00016 00017 protected: 00018 void readImmediate(char const key); 00019 00020 }; 00021 00022 00023 #endif 00024 00025
1.5.8