enable workshop world submissions
[carveJwlIkooP6JGAAIwe30JlM.git] / skaterift.h
index 8f9e3e7596cd4871dd77ca5417f5e7f6036940c2..a139476f8d3878ed8d5d30bb05c86e2217b0fecc 100644 (file)
@@ -3,6 +3,7 @@
 
 #include "common.h"
 #include "world.h"
+#include "addon.h"
 
 struct{
    enum async_operation{
@@ -23,7 +24,7 @@ struct{
 static skaterift = { .async_op = k_async_op_clientloading };
 
 /* Skaterift api */
-static void skaterift_change_world( const char *world_path );
+static void skaterift_change_world_start( void );
 static int  skaterift_change_world_command( int argc, const char *argv[] );
 
 /*