jedi-outcast/CODE-mp/strings/con_text.h

21 lines
333 B
C
Raw Normal View History

2013-04-22 05:25:59 +00:00
#ifndef __con_text_h
#define __con_text_h
/********************************************************************************
Text printed at console
********************************************************************************/
#define PACKAGE_CON_TEXT 0x03
enum
{
CON_TEXT_DUMP_USAGE = 0x0300
};
#endif // __con_text_h