aboutsummaryrefslogtreecommitdiff
path: root/export/include/world_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'export/include/world_api.h')
-rw-r--r--export/include/world_api.h9
1 files changed, 9 insertions, 0 deletions
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;