X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_load.h;h=c4e1d8465e9d9aeb5b213d6e0908f0f0655a1564;hb=137d40d96fe923600d8378b8e138e3c276f27ff4;hp=74b5911aa09a0890141a13a98640655794b7acf4;hpb=342fcbf6fda017bdd38d56ce0fa7c9e59e589f3b;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_load.h b/world_load.h index 74b5911..c4e1d84 100644 --- a/world_load.h +++ b/world_load.h @@ -8,24 +8,8 @@ #include "world_routes.h" #include "world_entity.h" #include "world_volumes.h" +#include "addon.h" -#include "ent_skateshop.h" -#include "workshop.h" - -struct{ - char name[64]; - - enum world_load_type{ - k_world_load_type_local, - k_world_load_type_workshop /* unimplemented */ - } - location; - int generate_point_cloud; - u32 world_index; -} -static world_loader; - -static world_instance *world_loading_instance(void); static void world_free( world_instance *world ); static int world_freeable( world_instance *world );