[go: up one dir, main page]

Menu

[897c37]: / mlib / RO / Config.h  Maximize  Restore  History

Download this file

18 lines (13 with data), 352 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
/*
* Config - get all of the standard files which define
* locations of objects, system constants, etc.
*/
#ifndef STD_CONFIG_H
#define STD_CONFIG_H
#include "/RO/Consts.h"
#include "/RO/Servers.h"
#include "/RO/Objects.h"
#define PERSIST_SERV "/P"
#define PLAYER_SERV "/P/p"
#define PLAYER_ONAME(x) (PLAYER_SERV->GetPlayerObjName(x))
#endif