YAPOG  0.0.1
Yet Another Pokemon Online Game
MainMenu.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_CLIENT_MAINMENU_HPP
2 # define YAPOG_CLIENT_MAINMENU_HPP
3 
4 # include "YAPOG/Macros.hpp"
6 
7 # include "Gui/GameMenu.hpp"
8 
9 namespace ycl
10 {
11  class MainMenu : public GameMenu
12  {
14 
15  public:
16  MainMenu();
17  virtual ~MainMenu ();
18 
19  void Init ();
20 
27 
28  private:
32  };
33 } // namespace ycl
34 
35 #endif // YAPOG_CLIENT_MAINMENU_HPP