YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
PokemonType.hpp
Go to the documentation of this file.
1
#ifndef YAPOG_POKEMONTYPE_HPP
2
# define YAPOG_POKEMONTYPE_HPP
3
4
# include "
YAPOG/Macros.hpp
"
5
# include "
YAPOG/Game/Pokemon/TypeInfo.hpp
"
6
7
namespace
yap
8
{
9
class
YAPOG_LIB
PokemonType
10
{
11
public
:
12
PokemonType
();
13
PokemonType
(
const
ID
& type1,
const
ID
& type2);
14
16
const
TypeInfo
& GetType1 ()
const
;
17
const
TypeInfo
& GetType2 ()
const
;
18
20
void
SetType1 (
const
ID
& typeID);
21
void
SetType2 (
const
ID
& typeID);
22
23
private
:
24
TypeInfo
*
type1_
;
25
TypeInfo
*
type2_
;
26
27
static
const
ID
DEFAULT_TYPE_ID
;
28
};
29
}
// namespace yap
30
31
#endif // YAPOG_POKEMONTYPE_HPP
YAPOG
include
YAPOG
Game
Pokemon
PokemonType.hpp
Generated on Mon Sep 17 2012 22:24:23 for YAPOG by
1.8.1.1