diff options
| author | Franklin Wei <frankhwei536@gmail.com> | 2016-01-15 17:25:16 -0500 |
|---|---|---|
| committer | Franklin Wei <frankhwei536@gmail.com> | 2016-01-15 17:25:16 -0500 |
| commit | 2c83198580a3b28067d74126374091c99eeb1e71 (patch) | |
| tree | 5687d0e98212c7067c5049bd3914045595c75d21 /export/include | |
| parent | 86ce9365674c181dc2db9e0f9acc1048d6acc32a (diff) | |
| download | netcosm-2c83198580a3b28067d74126374091c99eeb1e71.zip netcosm-2c83198580a3b28067d74126374091c99eeb1e71.tar.gz netcosm-2c83198580a3b28067d74126374091c99eeb1e71.tar.bz2 netcosm-2c83198580a3b28067d74126374091c99eeb1e71.tar.xz | |
refactor headers
Diffstat (limited to 'export/include')
| -rw-r--r-- | export/include/world_api.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/export/include/world_api.h b/export/include/world_api.h new file mode 100644 index 0000000..93d04a6 --- /dev/null +++ b/export/include/world_api.h @@ -0,0 +1,2 @@ +#include "globals.h" +#include "room.h" |