jedioutcast/CODEmp/strings/con_text.h

21 lines
353 B
C
Raw Normal View History

2013-04-04 14:52:42 +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