username medals display
[carveJwlIkooP6JGAAIwe30JlM.git] / world_load.h
index 1dc9384b316998aa4599a3753fb95a2aff18e7c1..c4e1d8465e9d9aeb5b213d6e0908f0f0655a1564 100644 (file)
 #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 );