YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
PokemonIVTable.hpp
Go to the documentation of this file.
1
#ifndef YAPOG_POKEMONSTATSTABLE_HPP
2
# define YAPOG_POKEMONSTATSTABLE_HPP
3
4
# include "
YAPOG/Macros.hpp
"
5
# include "
YAPOG/Game/ID.hpp
"
6
# include "
YAPOG/System/String.hpp
"
7
# include "
Database/Tables/ITable.hpp
"
8
9
namespace
yse
10
{
11
class
Pokemon;
12
13
class
PokemonIVTable
:
public
ITable
14
{
15
DISALLOW_COPY
(
PokemonIVTable
);
16
public
:
17
PokemonIVTable
();
18
19
void
LoadFromPokemon
(
const
Pokemon
& pokemon);
20
21
yap::ID
pokemonID_
;
22
yap::UInt16
hp_
;
23
yap::UInt16
attack_
;
24
yap::UInt16
defense_
;
25
yap::UInt16
specialAttack_
;
26
yap::UInt16
specialDefense_
;
27
yap::UInt16
speed_
;
28
};
29
}
// namespace yse
30
31
#endif // YAPOG_POKEMONSTATSTABLE_HPP
YAPOG.Server
include
Database
Tables
PokemonIVTable.hpp
Generated on Mon Sep 17 2012 22:24:22 for YAPOG by
1.8.1.1