Setting up 3.5.0 as trunk

This commit is contained in:
Rumble
2006-12-19 22:56:18 +00:00
parent 0ddbd8b56e
commit 99e3aa4d8b
1336 changed files with 514917 additions and 0 deletions

19
src/olc.h Normal file
View File

@@ -0,0 +1,19 @@
#define OLC_SET 0
#define OLC_SHOW 1
#define OLC_REPEAT 2
#define OLC_ROOM 3
#define OLC_MOB 4
#define OLC_OBJ 5
#define OLC_COPY 0
#define OLC_NAME 1
#define OLC_DESC 2
#define OLC_ALIASES 3
#define MAX_ROOM_NAME 75
#define MAX_MOB_NAME 50
#define MAX_OBJ_NAME 50
#define MAX_ROOM_DESC 1024
#define MAX_MOB_DESC 512
#define MAX_OBJ_DESC 512