aboutsummaryrefslogtreecommitdiff
path: root/export/include
diff options
context:
space:
mode:
authorFranklin Wei <frankhwei536@gmail.com>2016-02-12 21:54:42 -0500
committerFranklin Wei <git@fwei.tk>2016-02-16 20:42:49 -0500
commite19e49b3c09d094402e916c1a458e9f5e4e51642 (patch)
treec3f33326a5e4822f2251e8d7370294096ab2eba4 /export/include
parentc850993ef6fe0422cc60c6af7886045269da70e4 (diff)
downloadnetcosm-e19e49b3c09d094402e916c1a458e9f5e4e51642.zip
netcosm-e19e49b3c09d094402e916c1a458e9f5e4e51642.tar.gz
netcosm-e19e49b3c09d094402e916c1a458e9f5e4e51642.tar.bz2
netcosm-e19e49b3c09d094402e916c1a458e9f5e4e51642.tar.xz
support multiple objects sharing the same name
Diffstat (limited to 'export/include')
-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"