![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <iostream>#include <sstream>#include "YAPOG/Game/Chat/ChatHeader.hpp"#include "YAPOG/Game/Chat/ChatManager.hpp"#include "YAPOG/Macros.hpp"#include "YAPOG/System/IntTypes.hpp"#include "YAPOG/System/String.hpp"#include "YAPOG/System/StringHelper.hpp"Go to the source code of this file.
Classes | |
| class | yap::ChatCommand |
| struct | yap::ChatCommand::MyCmd |
Namespaces | |
| namespace | yap |
Macros | |
| #define | NBCMDS 3 |
| #define | NBCMDSLOC 4 |
| #define | NBTOTCMDS (NBCMDS + NBCMDSLOC) |
Typedefs | |
| typedef BufferType(ChatCommand::* | yap::funcloc )(UInt32 *channb, BufferType *b, ChatManager *cm, ChatDisplayer *cd) |
| #define NBCMDS 3 |
Definition at line 13 of file ChatCommand.hpp.
| #define NBCMDSLOC 4 |
Definition at line 14 of file ChatCommand.hpp.
Definition at line 15 of file ChatCommand.hpp.