diff options
Diffstat (limited to 'export')
| -rw-r--r-- | export/include/world_api.h | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/export/include/world_api.h b/export/include/world_api.h index 5a964cc..f0d0398 100644 --- a/export/include/world_api.h +++ b/export/include/world_api.h @@ -16,15 +16,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#pragma once + #include "globals.h" -#include "room.h" #include "server.h" - -extern const struct obj_class_t netcosm_obj_classes[]; -extern const size_t netcosm_obj_classes_sz; - -extern const struct roomdata_t netcosm_world[]; -extern const size_t netcosm_world_sz; - -extern const char *netcosm_world_name; +#include "world.h" |