YAPOG  0.0.1
Yet Another Pokemon Online Game
ChatManager.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_CHATMANAGER_HPP
2 # define YAPOG_CHATMANAGER_HPP
3 
4 # include <boost/filesystem.hpp>
5 # include "YAPOG/Macros.hpp"
10 # include "YAPOG/System/String.hpp"
11 
12 namespace yap
13 {
14  class ChatCommand;
15 
17 
18  typedef struct ChatManager
19  {
20  ChatManager ();
21  ~ChatManager ();
22 
23  bool Local;
30 } // namespace yap
31 
32 #endif // YAPOG_CHATMANAGER_HPP