open-adventure/newdb.h
2017-06-11 15:42:25 -07:00

11 lines
294 B
C

typedef struct {
char* inventory;
char** longs;
} object_description_s;
char* long_location_descriptions[186];
char* short_location_descriptions[186];
object_description_s object_descriptions[101];
char* arbitrary_messages[278];
char* class_messages[13];
char* turn_threshold_messages[6];