YAPOG  0.0.1
Yet Another Pokemon Online Game
PokemonInfo.cpp
Go to the documentation of this file.
1 #include "Pokemon/PokemonInfo.hpp"
2 
3 namespace ycl
4 {
6  : yap::PokemonInfo ()
7  {
8  }
9 
11  : yap::PokemonInfo (id)
12  {
13  }
14 
16  {
17  }
18 
19 } // namespace ycl