YAPOG  0.0.1
Yet Another Pokemon Online Game
PlayerDataSelectRequest.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_SELECTPLAYERDATA_HPP
2 # define YAPOG_SELECTPLAYERDATA_HPP
3 
4 # include "YAPOG/Macros.hpp"
5 # include "YAPOG/Game/ID.hpp"
6 # include "YAPOG/System/String.hpp"
10 
11 namespace yse
12 {
14  {
16 
17  public:
20  PlayerDataTable& playerDataTable);
21  };
22 } // namespace yse
23 
24 #endif // YAPOG_SELECTACCOUNT_HPP