YAPOG  0.0.1
Yet Another Pokemon Online Game
PokemonMoveSelectRequest.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_SERVER_POKEMONMOVESELECTREQUEST_HPP
2 # define YAPOG_SERVER_POKEMONMOVESELECTREQUEST_HPP
3 
4 # include "YAPOG/Macros.hpp"
5 # include "YAPOG/Game/ID.hpp"
6 # include "YAPOG/System/String.hpp"
11 
12 namespace yap
13 {
14  class PokemonMoveSet;
15 }
16 
17 namespace yse
18 {
19  class PokemonTable;
20 
22  {
24 
25  public:
27 
28  //bool Select (PokemonMoveTable& pokemonTable);
30 
31  private:
33 
34  };
35 } // namespace yse
36 
37 #endif // YAPOG_SERVER_POKEMONMOVESELECTREQUEST_HPP