Add objsub.c and objsub.h

This commit is contained in:
darxoon 2024-01-28 02:37:05 +01:00
parent 81c6a1b4d6
commit f4d7c588c7
10 changed files with 1322 additions and 11 deletions

View file

@ -4,6 +4,7 @@
#include "game/wipe.h"
#include "game/gamework_data.h"
#include "game/hsfex.h"
#include "game/objsub.h"
#include "board_unsplit.h"
#include "math.h"
@ -14,7 +15,6 @@ static void WarpFall(s32);
static void WarpImpact(s32);
extern void omVibrate(s16, s16, s16, s16);
extern void BoardCharWheelInit(s32, s32);
extern void BoardCharWheelSpeedSet(f32);
extern void BoardCharWheelWait(void);