YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
"
6
# include "
YAPOG/Game/Chat/ChatHeader.hpp
"
7
# include "
YAPOG/Game/Chat/ChatDisplayer.hpp
"
8
# include "
YAPOG/Collection/Array.hpp
"
9
# include "
YAPOG/System/IntTypes.hpp
"
10
# include "
YAPOG/System/String.hpp
"
11
12
namespace
yap
13
{
14
class
ChatCommand
;
15
16
typedef
collection::Array<ChatDisplayer*>
ChatDisplayerType
;
17
18
typedef
struct
ChatManager
19
{
20
ChatManager
();
21
~ChatManager
();
22
23
bool
Local
;
24
UInt32
ChanNb
;
25
BufferType
Request
;
26
UInt32
TabNb
;
27
UInt32
Count
;
28
ChatDisplayerType
Cd
;
29
}
ChatManagerType
;
30
}
// namespace yap
31
32
#endif // YAPOG_CHATMANAGER_HPP
YAPOG
include
YAPOG
Game
Chat
ChatManager.hpp
Generated on Mon Sep 17 2012 22:24:23 for YAPOG by
1.8.1.1