YAPOG  0.0.1
Yet Another Pokemon Online Game
AccountSelectRequest.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_ACCOUNTSELECTREQUEST_HPP
2 # define YAPOG_ACCOUNTSELECTREQUEST_HPP
3 
4 # include "YAPOG/Macros.hpp"
8 
9 namespace yse
10 {
12  {
14 
15  public:
18  const yap::String& name,
19  AccountTable& accountTable);
20 
21  void DisplayData ();
22  };
23 } // namespace yse
24 
25 #endif // YAPOG_ACCOUNTSELECTREQUEST_HPP