glider bugfixes & animation
[carveJwlIkooP6JGAAIwe30JlM.git] / world_load.h
index 74b5911aa09a0890141a13a98640655794b7acf4..3e4722aac36ac33294b2c3e7d6f243e8fcf4aa06 100644 (file)
@@ -8,25 +8,10 @@
 #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 );
+static int skaterift_load_world_command( int argc, const char *argv[] );
 
 #endif /* WORLD_LOAD_H */