Add -s option.
[open-adventure.git] / newdb.h
1 typedef struct {
2   char* inventory;
3   char** longs;
4 } object_description_s;
5
6 char* long_location_descriptions[186];
7 char* short_location_descriptions[186];
8 object_description_s object_descriptions[101];
9 char* arbitrary_messages[278];
10 char* class_messages[13];
11 char* turn_threshold_messages[6];