YAPOG  0.0.1
Yet Another Pokemon Online Game
PacketHandler.hpp File Reference
Include dependency graph for PacketHandler.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  yap::PacketHandler

Namespaces

namespace  yap

Macros

#define ADD_HANDLER(TYPE, HANDLER)

Macro Definition Documentation

#define ADD_HANDLER (   TYPE,
  HANDLER 
)
Value:
packetHandler_.AddHandler ( \
yap::PacketType::TYPE, \
std::bind (&HANDLER, this, std::placeholders::_1))

Definition at line 12 of file PacketHandler.hpp.