YAPOG  0.0.1
Yet Another Pokemon Online Game
ChatCommand.hpp File Reference
#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"
Include dependency graph for ChatCommand.hpp:
This graph shows which files directly or indirectly include this file:

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)

Macro Definition Documentation

#define NBCMDS   3

Definition at line 13 of file ChatCommand.hpp.

#define NBCMDSLOC   4

Definition at line 14 of file ChatCommand.hpp.

#define NBTOTCMDS   (NBCMDS + NBCMDSLOC)

Definition at line 15 of file ChatCommand.hpp.