jedi-outcast/CODE-mp/strings/str_server.h
2013-04-22 15:25:59 +10:00

20 lines
342 B
C

#ifndef __str_server_h
#define __str_server_h
/********************************************************************************
Server strings
********************************************************************************/
#define PACKAGE_STR_SERVER 0x01
enum
{
STR_SERVER_SERVER_NOT_RUNNING = 0x0100
};
#endif // __str_server_h