29 lines
1022 B
C
29 lines
1022 B
C
#ifndef s_props_h
|
|
#define s_props_h
|
|
|
|
#include <dirs.h>
|
|
|
|
#define LIB_AMBIANCE DIR_PROPS "/ambiance"
|
|
#define LIB_BODY_MASS DIR_PROPS "/body_mass"
|
|
#define LIB_CARRY DIR_PROPS "/carry"
|
|
#define LIB_CLEAN DIR_PROPS "/clean"
|
|
#define LIB_DAMAGE DIR_PROPS "/damage"
|
|
#define LIB_DESCRIPTION DIR_PROPS "/description"
|
|
#define LIB_DETERIORATION DIR_PROPS "/deterioration"
|
|
#define LIB_EQUIP DIR_PROPS "/equip"
|
|
#define LIB_ID DIR_PROPS "/id"
|
|
#define LIB_INVENTORY DIR_PROPS "/inventory"
|
|
#define LIB_MASS DIR_PROPS "/mass"
|
|
#define LIB_MOVE DIR_PROPS "/move"
|
|
#define LIB_PROPERTIES DIR_PROPS "/properties"
|
|
#define LIB_RADIANCE DIR_PROPS "/radiance"
|
|
#define LIB_SAVE DIR_PROPS "/save"
|
|
#define LIB_UNIQUENESS DIR_PROPS "/uniqueness"
|
|
#define LIB_VALUE DIR_PROPS "/value"
|
|
#define LIB_COST DIR_PROPS "/cost"
|
|
#define LIB_ADDSTUFF DIR_PROPS "/addstuff"
|
|
#define LIB_EXTRA_PARSE DIR_PROPS "/extra_parse"
|
|
|
|
|
|
#endif /* s_props_h */
|