YAPOG  0.0.1
Yet Another Pokemon Online Game
BattleMoveInfoMenu.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_CLIENT_BATTLEMOVEINFOMENU_HPP
2 # define YAPOG_CLIENT_BATTLEMOVEINFOMENU_HPP
3 
4 # include "YAPOG/Macros.hpp"
9 
11 
12 namespace ycl
13 {
15  {
17 
18  public:
20  virtual ~BattleMoveInfoMenu ();
21 
24  void SetPPLabel (const yap::String& value);
25  void SetPP (const yap::PokemonMove& skill);
26  void SetType (const yap::TypeInfo& type);
28 
29  void HideType ();
30 
31  private:
34  };
35 } // namespace ycl
36 
37 #endif // YAPOG_CLIENT_BATTLEMOVEINFOMENU_HPP