YAPOG  0.0.1
Yet Another Pokemon Online Game
PokemonBattleInfoWidget.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_CLIENT_POKEMONBATTLEINFOWIDGET_HPP
2 # define YAPOG_CLIENT_POKEMONBATTLEINFOWIDGET_HPP
3 
4 # include "YAPOG/Macros.hpp"
8 
10 
11 namespace yap
12 {
13  struct ISprite;
14 
15  class HitPoint;
16 } // namespace yap
17 
18 namespace ycl
19 {
21  {
23 
24  public:
26 
27  virtual void Init ();
28 
31  void SetHPValue (const yap::HitPoint& hp);
33 
34  private:
37  };
38 } // namespace ycl
39 
40 #endif // YAPOG_CLIENT_POKEMONBATTLEINFOWIDGET_HPP