![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include "YAPOG/Macros.hpp"#include "YAPOG/Game/Chat/ChanManager.hpp"#include "YAPOG/System/IOStream.hpp"#include "YAPOG/System/String.hpp"#include "YAPOG/Collection/Array.hpp"Go to the source code of this file.
Classes | |
| class | yap::ChatDisplayer |
Namespaces | |
| namespace | yap |
Macros | |
| #define | CHANMAXBUF 1000 |
| #define | NBCHAN 6 |
| #define | DISPLAYS(s) std::cout << (s) << std::endl |
Typedefs | |
| typedef collection::Array < CMType * > | yap::ChansType |
| typedef std::pair< CMType *, String > | yap::ChanOutputType |
| typedef collection::Array < ChanOutputType > | yap::ChanBufType |
| #define CHANMAXBUF 1000 |
Definition at line 10 of file ChatDisplayer.hpp.
| #define DISPLAYS | ( | s | ) | std::cout << (s) << std::endl |
Definition at line 12 of file ChatDisplayer.hpp.
| #define NBCHAN 6 |
Definition at line 11 of file ChatDisplayer.hpp.