YAPOG  0.0.1
Yet Another Pokemon Online Game
PokemonInfo.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_CLIENT_POKEMONINFO_HPP
2 # define YAPOG_CLIENT_POKEMONINFO_HPP
3 
4 # include "YAPOG/Macros.hpp"
6 
7 namespace ycl
8 {
10  {
12 
13  public:
14  PokemonInfo ();
15  PokemonInfo (const yap::ID& id);
16  virtual ~PokemonInfo ();
17  };
18 } // namespace ycl
19 
20 #endif // YAPOG_CLIENT_POKEMONINFO_HPP
21