jedioutcast/CODE-mp/strings/str_server.h

21 lines
362 B
C
Raw Normal View History

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