YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
PokemonTeam.hpp
Go to the documentation of this file.
1
#ifndef YAPOG_CLIENT_POKEMONTEAM_HPP
2
# define YAPOG_CLIENT_POKEMONTEAM_HPP
3
4
# include "
YAPOG/Macros.hpp
"
5
# include "
YAPOG/Game/Pokemon/PokemonTeam.hpp
"
6
# include "
YAPOG/Collection/Array.hpp
"
7
8
#include "Pokemon/Pokemon.hpp"
9
10
namespace
ycl
11
{
12
class
PokemonTeam
:
public
yap::PokemonTeam
13
{
14
DISALLOW_COPY
(
PokemonTeam
);
15
16
public
:
17
PokemonTeam
();
18
virtual
~PokemonTeam
();
19
20
Pokemon
&
GetPokemon
(
int
index)
const
;
21
int
GetPokemonCount
()
const
;
22
bool
AddPokemon
(
Pokemon
* pokemon);
23
24
private
:
25
yap::collection::Array<Pokemon*>
pokemonTeam_
;
26
yap::UInt8
pokemonCount_
;
27
};
28
}
// namespace ycl
29
30
#endif // YAPOG_CLIENT_POKEMONTEAM_HPP
31
YAPOG.Client
include
Pokemon
PokemonTeam.hpp
Generated on Mon Sep 17 2012 22:24:23 for YAPOG by
1.8.1.1