From 7ba1da83c715175fb76c17098793091e6e8db788 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 24 Jan 2016 21:55:16 -0500 Subject: some more work on objects, still can't serialize --- export/include/world_api.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'export/include') diff --git a/export/include/world_api.h b/export/include/world_api.h index 62cc74a..5a964cc 100644 --- a/export/include/world_api.h +++ b/export/include/world_api.h @@ -19,3 +19,12 @@ #include "globals.h" #include "room.h" +#include "server.h" + +extern const struct obj_class_t netcosm_obj_classes[]; +extern const size_t netcosm_obj_classes_sz; + +extern const struct roomdata_t netcosm_world[]; +extern const size_t netcosm_world_sz; + +extern const char *netcosm_world_name; -- cgit v1.1