Remove newdb.[ch] from version control.
[open-adventure.git] / newdb.h
diff --git a/newdb.h b/newdb.h
deleted file mode 100644 (file)
index cf1ec9c..0000000
--- a/newdb.h
+++ /dev/null
@@ -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;