X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=skaterift.h;h=4ea1b888edacf43d1030594219f907cb07976bff;hb=refs%2Fheads%2Fmaster;hp=23662035fcd928ea460ab11251e553691523b52d;hpb=7fb317c87e6d6a0a2a0de714b278ff8763254657;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/skaterift.h b/skaterift.h deleted file mode 100644 index 2366203..0000000 --- a/skaterift.h +++ /dev/null @@ -1,34 +0,0 @@ -#ifndef SKATERIFT_H -#define SKATERIFT_H - -#define SKATERIFT_APPID 2103940 - -#define VG_TIMESTEP_FIXED (1.0/60.0) -#define VG_3D -#define VG_GAME -#define VG_MSG_V1_SUPPORT -#define VG_LOG_SOURCE_INFO -#include "vg/vg.h" -#include "world.h" -#include "addon.h" - -struct{ - enum async_operation{ - k_async_op_none, - k_async_op_clientloading, - k_async_op_world_scan, - k_async_op_world_load_preview, - k_async_op_board_scan, - k_async_op_player_scan, - k_async_op_board_load, - k_async_op_write_savedata, - } - op; -} -static skaterift = { .op = k_async_op_clientloading }; - -/* Skaterift api */ -static void skaterift_change_world_start( void ); -static int skaterift_change_world_command( int argc, const char *argv[] ); - -#endif /* SKATERIFT_H */