YAPOG  0.0.1
Yet Another Pokemon Online Game
PlayerDataUpdateRequest.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_PLAYERDATAUPDATEREQUEST_HPP
2 # define YAPOG_PLAYERDATAUPDATEREQUEST_HPP
3 
4 # include "YAPOG/Macros.hpp"
7 
8 namespace yse
9 {
11  {
13  public:
14  PlayerDataUpdateRequest (const PlayerDataTable& playerDataTable);
15 
18  virtual bool Update (yap::DatabaseManager& databaseManager);
20  private:
22  };
23 } // namespace yse
24 
25 #endif // YAPOG_PLAYERDATAUPDATEREQUEST_HPP