Remove newdb.[ch] from version control.

This commit is contained in:
Jason S. Ninneman 2017-06-14 08:33:01 -07:00
parent 0e9e45f1b7
commit 178c7ff983
2 changed files with 0 additions and 1313 deletions

1300
newdb.c

File diff suppressed because it is too large Load diff

13
newdb.h
View file

@ -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;