aboutsummaryrefslogtreecommitdiff
path: root/export/include/world_api.h
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2016-02-12 21:54:42 -0500
committerFranklin Wei <git@fwei.tk>2016-02-16 20:42:49 -0500
commitb110e7e0c519cc9575f8d224f0f75aca0d73946f (patch)
treec3f33326a5e4822f2251e8d7370294096ab2eba4 /export/include/world_api.h
parenta006044fbcb3355f0fa063720e7c41f4971894a0 (diff)
downloadnetcosm-b110e7e0c519cc9575f8d224f0f75aca0d73946f.zip
netcosm-b110e7e0c519cc9575f8d224f0f75aca0d73946f.tar.gz
netcosm-b110e7e0c519cc9575f8d224f0f75aca0d73946f.tar.bz2
netcosm-b110e7e0c519cc9575f8d224f0f75aca0d73946f.tar.xz
support multiple objects sharing the same name
Diffstat (limited to '')
-rw-r--r--export/include/world_api.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/export/include/world_api.h b/export/include/world_api.h
index f0d0398..d97d9cb 100644
--- a/export/include/world_api.h
+++ b/export/include/world_api.h
@@ -21,4 +21,7 @@
#include "globals.h"
#include "server.h"
+#include "hash.h"
+#include "multimap.h"
+#include "userdb.h"
#include "world.h"