YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
BattleCore.hpp
Go to the documentation of this file.
1
#ifndef YAPOG_BATTLECORE_HPP
2
# define YAPOG_BATTLECORE_HPP
3
4
# include "
YAPOG/Macros.hpp
"
5
# include "
YAPOG/Game/Pokemon/PokemonStat.hpp
"
6
# include "
YAPOG/Game/Pokemon/PokemonTeam.hpp
"
7
# include "
YAPOG/Game/Battle/PokemonFighter.hpp
"
8
9
namespace
yap
10
{
11
class
YAPOG_LIB
BattleCore
12
{
13
public
:
14
BattleCore
();
15
16
int
ComputeDamage (
17
const
PokemonMove
& move,
18
const
PokemonFighter
& attacker,
19
const
PokemonFighter
& defender);
20
};
21
}
// namespace yap
22
23
#endif // YAPOG_BATTLECORE_HPP
YAPOG
include
YAPOG
Game
Battle
BattleCore.hpp
Generated on Mon Sep 17 2012 22:24:22 for YAPOG by
1.8.1.1