3#ifndef ENGINE_MESSAGE_H
4#define ENGINE_MESSAGE_H
15 CMsgPacker(
int Type,
bool System =
false,
bool NoTranslate =
false) :
22 CMsgPacker(
const T *,
bool System =
false,
bool NoTranslate =
false) :
int m_MsgId
Definition: message.h:12
bool m_System
Definition: message.h:13
bool m_NoTranslate
Definition: message.h:14
CMsgPacker(const T *, bool System=false, bool NoTranslate=false)
Definition: message.h:22
CMsgPacker(int Type, bool System=false, bool NoTranslate=false)
Definition: message.h:15
void Reset()
Definition: packer.cpp:8