X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_load.h;h=c4e1d8465e9d9aeb5b213d6e0908f0f0655a1564;hb=4b8fc63f926737ca0593a4e471550f9f4995c538;hp=b37bae35fcde5bb24d5e2853bacb5c383cc7bcbb;hpb=7b1e8a237acc3121c86fab9b5946da6a8d3bf6c4;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_load.h b/world_load.h index b37bae3..c4e1d84 100644 --- a/world_load.h +++ b/world_load.h @@ -10,25 +10,6 @@ #include "world_volumes.h" #include "addon.h" -struct{ - addon_reg *reg; - -#if 0 - enum world_load_type{ - k_world_load_type_none, - k_world_load_type_local, - k_world_load_type_workshop /* unimplemented */ - } - location; -#endif - - char override_name[64]; - 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 );