diff options
| author | Franklin Wei <git@fwei.tk> | 2016-02-12 21:54:42 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2016-02-16 20:42:49 -0500 |
| commit | b110e7e0c519cc9575f8d224f0f75aca0d73946f (patch) | |
| tree | c3f33326a5e4822f2251e8d7370294096ab2eba4 /export/include | |
| parent | a006044fbcb3355f0fa063720e7c41f4971894a0 (diff) | |
| download | netcosm-b110e7e0c519cc9575f8d224f0f75aca0d73946f.zip netcosm-b110e7e0c519cc9575f8d224f0f75aca0d73946f.tar.gz netcosm-b110e7e0c519cc9575f8d224f0f75aca0d73946f.tar.bz2 netcosm-b110e7e0c519cc9575f8d224f0f75aca0d73946f.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" |