diff options
| author | Franklin Wei <frankhwei536@gmail.com> | 2016-02-12 21:54:42 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2016-02-16 20:42:49 -0500 |
| commit | e19e49b3c09d094402e916c1a458e9f5e4e51642 (patch) | |
| tree | c3f33326a5e4822f2251e8d7370294096ab2eba4 /export/include | |
| parent | c850993ef6fe0422cc60c6af7886045269da70e4 (diff) | |
| download | netcosm-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.h | 3 |
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" |