X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_load.h;h=c4e1d8465e9d9aeb5b213d6e0908f0f0655a1564;hb=4b8fc63f926737ca0593a4e471550f9f4995c538;hp=1dc9384b316998aa4599a3753fb95a2aff18e7c1;hpb=6929408e937dca64da707a2d61f8cdf6ab857e93;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_load.h b/world_load.h index 1dc9384..c4e1d84 100644 --- a/world_load.h +++ b/world_load.h @@ -10,22 +10,6 @@ #include "world_volumes.h" #include "addon.h" -struct{ - addon_reg *reg; - char override_name[64]; - int generate_point_cloud; - u32 world_index; - - enum world_loader_state{ - k_world_loader_none, - k_world_loader_preload, - k_world_loader_load - } - state; -} -static world_loader; - -static world_instance *world_loading_instance(void); static void world_free( world_instance *world ); static int world_freeable( world_instance *world );