X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=newdb.h;fp=newdb.h;h=0000000000000000000000000000000000000000;hb=178c7ff983eab757d3752d64b9c9b0cd46a4bee7;hp=cf1ec9cfa53ac595dc3192678daee7130745faf6;hpb=0e9e45f1b703f858d19a99f33ef8761c559c6dc4;p=open-adventure.git diff --git a/newdb.h b/newdb.h deleted file mode 100644 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;