Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

MainMenu.h

Go to the documentation of this file.
00001 #ifndef _MAINMENU_H_
00002 #define _MAINMENU_H_
00003 
00004 #include <iostream>
00005 using namespace std;
00006 
00007 #include "SDL.h"
00008 #include "SDL_image.h"
00009 
00010 #include "Camera.h"
00011 #include "FrameRate.h"
00012 #include "Object.h"
00013 
00014 class MainMenu : public Object
00015 {
00016  public:
00017   MainMenu();
00018   virtual ~MainMenu();
00019 
00020   int show();
00021   virtual void draw();
00022 
00023  protected:
00024   int checkForSelection();
00025   Object *_play, *_quit, *_current;
00026 };
00027 
00028 #endif

Generated on Wed Apr 21 11:10:53 2004 for naturecalls by doxygen1.2.18