proj home

Files   Classes   Functions   Hierarchy  

mehu02.h

Go to the documentation of this file.
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 

Generated on Fri Mar 4 00:49:27 2011 for Chelton Evans Source by  doxygen 1.5.8