18 lines
599 B
C
18 lines
599 B
C
#ifndef s_objects_h
|
|
#define s_objects_h
|
|
|
|
#include <dirs.h>
|
|
|
|
#define OBJ_DEED DIR_OBJ "/deed"
|
|
#define OBJ_ORDER DIR_OBJ "/order"
|
|
#define OBJ_POST DIR_SECURE_OBJ "/post"
|
|
#define OBJ_QUEST DIR_OBJ "/quest_ob"
|
|
#define OBJ_ROBOT DIR_SECURE_OBJ "/robot"
|
|
#define OBJ_ROOMMAKER DIR_SECURE_OBJ "/roommaker"
|
|
#define OBJ_SNOOPER DIR_SECURE_OBJ "/snooper"
|
|
#define OBJ_STAFF DIR_SECURE_OBJ "/staff"
|
|
#define OBJ_WED_RING DIR_OBJ "/wed_ring"
|
|
#define OBJ_WORKROOM DIR_OBJ "/workroom"
|
|
|
|
#endif /* s_objects_h */
|