Remove newdb.[ch] from version control.
This commit is contained in:
parent
0e9e45f1b7
commit
178c7ff983
2 changed files with 0 additions and 1313 deletions
13
newdb.h
13
newdb.h
|
@ -1,13 +0,0 @@
|
||||||
typedef struct {
|
|
||||||
char* inventory;
|
|
||||||
char** longs;
|
|
||||||
} object_description_s;
|
|
||||||
|
|
||||||
extern char* long_location_descriptions[];
|
|
||||||
extern char* short_location_descriptions[];
|
|
||||||
extern object_description_s object_descriptions[];
|
|
||||||
extern char* arbitrary_messages[];
|
|
||||||
extern char* class_messages[];
|
|
||||||
extern char* turn_threshold_messages[];
|
|
||||||
|
|
||||||
extern size_t CLSSES;
|
|
Loading…
Add table
Add a link
Reference in a new issue