YAPOG  0.0.1
Yet Another Pokemon Online Game
PokemonIVSelectRequest.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_SERVER_POKEMONSTATSSELECTREQUEST_HPP
2 # define YAPOG_SERVER_POKEMONSTATSSELECTREQUEST_HPP
3 
4 # include "YAPOG/Macros.hpp"
5 # include "YAPOG/Game/ID.hpp"
6 # include "YAPOG/System/String.hpp"
11 
12 namespace yse
13 {
14  class PokemonTeam;
15 
17  {
19 
20  public:
22 
23  //bool Select (PokemonStatsTable& pokemonTable);
24 
25  private:
27 
28  };
29 } // namespace yse
30 
31 #endif // YAPOG_SERVER_POKEMONSTATSSELECTREQUEST_HPP