YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
PokemonInfoReader.hpp
Go to the documentation of this file.
1
#ifndef YAPOG_CLIENT_POKEMONINFOREADER_HPP
2
# define YAPOG_CLIENT_POKEMONINFOREADER_HPP
3
4
# include "
YAPOG/Macros.hpp
"
5
# include "
YAPOG/Game/Pokemon/PokemonInfoReader.hpp
"
6
7
namespace
ycl
8
{
9
class
PokemonInfo;
10
11
class
PokemonInfoReader
:
public
yap::PokemonInfoReader
12
{
13
DISALLOW_COPY
(
PokemonInfoReader
);
14
15
public
:
16
PokemonInfoReader
(
PokemonInfo
& pokeInfo);
17
PokemonInfoReader
(
PokemonInfo
& map,
const
yap::String
& xmlRootNodeName);
18
virtual
~PokemonInfoReader
();
19
20
virtual
void
Visit
(
yap::XmlReader
& visitable);
21
private
:
22
PokemonInfo
&
graphicPokemonInfo_
;
23
};
24
}
// namespace ycl
25
26
#endif // YAPOG_CLIENT_POKEMONINFOREADER_HPP
27
YAPOG.Client
include
Pokemon
PokemonInfoReader.hpp
Generated on Mon Sep 17 2012 22:24:23 for YAPOG by
1.8.1.1