more sensible world loading stuff (wip)
[carveJwlIkooP6JGAAIwe30JlM.git] / world_load.h
index 0b8a912b37e930d013b6ccdc93ac70f5943aee8d..c4e1d8465e9d9aeb5b213d6e0908f0f0655a1564 100644 (file)
@@ -8,21 +8,8 @@
 #include "world_routes.h"
 #include "world_entity.h"
 #include "world_volumes.h"
+#include "addon.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 );