hostile-takeover/server/ids.h
2014-07-06 17:47:28 -07:00

17 lines
251 B
C++

#ifndef __IDS_H__
#define __IDS_H__
namespace wi {
const int kidmGameTimer = 1;
const int kidmPreGameTimer = 2;
STARTLABEL(MsgLabels)
LABEL(kidmGameTimer)
LABEL(kidmPreGameTimer)
ENDLABEL(MsgLabels)
} // namespace wi
#endif // __IDS_H__