X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_load.h;h=038233ddd86864f5f03678d7a37e6ef5420df45b;hb=5f6a4f9df6c8accc89f1920bfe9ace3cbac4c4b6;hp=3e4722aac36ac33294b2c3e7d6f243e8fcf4aa06;hpb=a109f126d8adab622e38fbcc2d4281e75255246a;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_load.h b/world_load.h index 3e4722a..038233d 100644 --- a/world_load.h +++ b/world_load.h @@ -1,17 +1,11 @@ -#ifndef WORLD_LOAD_H -#define WORLD_LOAD_H - +#pragma once #include #include "world.h" -#include "world_gen.h" -#include "world_routes.h" -#include "world_entity.h" -#include "world_volumes.h" #include "addon.h" -static void world_free( world_instance *world ); -static int world_freeable( world_instance *world ); -static int skaterift_load_world_command( int argc, const char *argv[] ); - -#endif /* WORLD_LOAD_H */ +void world_free( world_instance *world ); +int world_freeable( world_instance *world ); +int skaterift_load_world_command( int argc, const char *argv[] ); +void skaterift_change_world_start( addon_reg *reg ); +void skaterift_change_client_world_preupdate(void);