YAPOG  0.0.1
Yet Another Pokemon Online Game
ChatHeader.hpp File Reference
#include <utility>
#include "YAPOG/Macros.hpp"
#include "YAPOG/Collection/Array.hpp"
#include "YAPOG/System/IntTypes.hpp"
#include "YAPOG/System/String.hpp"
Include dependency graph for ChatHeader.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  yap::Response

Namespaces

namespace  yap

Macros

#define HISTORYMAX   1000
#define DEFAULTCHAN   1
#define DEFAULTTAB   0

Typedefs

typedef collection::Array< String > yap::BufferType
typedef collection::Array< Int16 > yap::ChanType
typedef std::pair< std::pair
< bool, UInt32 >, std::pair
< UInt32, BufferType > > 
yap::DisplayType
typedef struct yap::Response yap::ResponseType
typedef DisplayType(ChatCommand::* yap::func )(BufferType b)

Macro Definition Documentation

#define DEFAULTCHAN   1

Definition at line 11 of file ChatHeader.hpp.

#define DEFAULTTAB   0

Definition at line 12 of file ChatHeader.hpp.

#define HISTORYMAX   1000

Definition at line 10 of file ChatHeader.hpp.