X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=newdb.h;h=cf1ec9cfa53ac595dc3192678daee7130745faf6;hp=e7461471da5ca165d502864795869efb121d03f9;hb=6b75d8779757beb17d8df5ba22fbfaa56b48741c;hpb=90b9b84797a7a0ccfe5c4d505e2f6c75811258b9 diff --git a/newdb.h b/newdb.h index e746147..cf1ec9c 100644 --- a/newdb.h +++ b/newdb.h @@ -3,9 +3,11 @@ typedef struct { char** longs; } object_description_s; -char* long_location_descriptions[186]; -char* short_location_descriptions[186]; -object_description_s object_descriptions[101]; -char* arbitrary_messages[278]; -char* class_messages[13]; -char* turn_threshold_messages[6]; +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;