YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
"
5
# include "
YAPOG/Game/Battle/BattleParameters.hpp
"
6
7
namespace
ycl
8
{
9
struct
IDrawableBattleEntity;
10
11
class
BattleParameters
:
public
yap::BattleParameters
12
{
13
DISALLOW_COPY
(
BattleParameters
);
14
15
public
:
16
BattleParameters
();
17
virtual
~BattleParameters
();
18
21
IDrawableBattleEntity
&
GetOpponent
()
const
;
23
26
void
SetOpponent
(
IDrawableBattleEntity
* value);
28
29
private
:
30
IDrawableBattleEntity
*
opponent_
;
31
};
32
}
// namespace ycl
33
34
#endif // YAPOG_CLIENT_BATTLEPARAMETERS_HPP
YAPOG.Client
include
Battle
BattleParameters.hpp
Generated on Mon Sep 17 2012 22:24:22 for YAPOG by
1.8.1.1