YAPOG  0.0.1
Yet Another Pokemon Online Game
PokemonEVTable.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_POKEMONEVTABLE_HPP
2 # define YAPOG_POKEMONEVTABLE_HPP
3 
4 # include "YAPOG/Macros.hpp"
5 # include "YAPOG/Game/ID.hpp"
6 # include "YAPOG/System/String.hpp"
8 
9 namespace yse
10 {
11  class Pokemon;
12 
13  class PokemonEVTable : public ITable
14  {
16  public:
17  PokemonEVTable ();
18 
19  void LoadFromPokemon (const Pokemon& pokemon);
20 
28  };
29 } // namespace yse
30 
31 #endif // YAPOG_POKEMONEVTABLE_HPP