Merge pull request #420 from gamemasterplc/main

Match m456dll/stage.c
This commit is contained in:
Liam Coleman 2024-09-15 22:52:30 -05:00 committed by GitHub
commit 15aa834671
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1820 additions and 2 deletions

12
include/REL/m456Dll.h Normal file
View file

@ -0,0 +1,12 @@
#ifndef M456DLL_H
#define M456DLL_H
#include "game/object.h"
void fn_1_2DF4(Process *objman);
void fn_1_2F3C(void);
s32 fn_1_61C8(Vec *arg0, float arg1, float arg2, s32 arg3);
float fn_1_63AC(void);
s32 fn_1_67E0(Vec *arg0, float arg1);
#endif