YAPOG  0.0.1
Yet Another Pokemon Online Game
PokemonSelectRequest.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_POKEMONSELECTREQUEST_HPP
2 # define YAPOG_POKEMONSELECTREQUEST_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  /*
24  bool Select (PokemonTable& pokemonTable);
25  PokemonTable* SelectPokemon (const yap::ID& pokemonID);
26  */
28  const yap::String& trainerName,
29  const yap::ID& accountID);
30 
31  private:
33 
34  };
35 } // namespace yse
36 
37 #endif // YAPOG_POKEMONSELECTREQUEST_HPP