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/data.h"
#include "game/flag.h"
#include "game/object.h"
#include "game/objsub.h"
#include "game/gamework_data.h"
#include "board_unsplit.h"
#include "math.h"
@ -35,7 +36,6 @@ static void CoinChgDisappear(omObjData*, coinChg*);
extern void BoardTutorialHookExec(s16, s32);
extern void BoardCameraViewSet(s32);
extern void omVibrate(s16, s16, s16, s16);
extern void BoardPlayerPosGet(s32, Vec*);
extern void BoardModelPosGet(s16, Vec*);
extern void BoardPlayerMotionEndWait(s32);