YAPOG  0.0.1
Yet Another Pokemon Online Game
BattleParameters.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_CLIENT_BATTLEPARAMETERS_HPP
2 # define YAPOG_CLIENT_BATTLEPARAMETERS_HPP
3 
4 # include "YAPOG/Macros.hpp"
6 
7 namespace ycl
8 {
9  struct IDrawableBattleEntity;
10 
12  {
14 
15  public:
17  virtual ~BattleParameters ();
18 
23 
26  void SetOpponent (IDrawableBattleEntity* value);
28 
29  private:
31  };
32 } // namespace ycl
33 
34 #endif // YAPOG_CLIENT_BATTLEPARAMETERS_HPP