mud/lib/secure/include/parse_com.h
2020-09-06 05:43:07 -07:00

7 lines
109 B
C

#define P_THING 0
#define P_STRING 1
#define P_CUR_NUM 2
#define P_MAX_NUM 3
#define P_TOP 4
#define P_BOT 5