Match m425Dll except for one function with an inline (#511)

This commit is contained in:
dbalatoni13 2025-01-07 17:17:38 +01:00 committed by GitHub
parent 47e4b48254
commit 2121a31f1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4662 additions and 193 deletions

15
include/REL/m425Dll.h Normal file
View file

@ -0,0 +1,15 @@
#ifndef M425DLL_H
#define M425DLL_H
#include "game/object.h"
omObjData *fn_1_6A0C(Process *process, s32 arg1);
void fn_1_6C08(void);
void fn_1_6CD0(s32 arg0, Vec *arg1);
s32 fn_1_109EC(s32 arg0, s32 arg1, Vec *arg2, Vec *arg3, Vec *arg4, s32 arg5);
float fn_1_10CF4(s32 arg0);
void fn_1_10DB4(s32 arg0);
void fn_1_10E3C(s32 arg0);
float fn_1_10EF8(s32 arg0, s32 arg1, float arg8, float arg9);
#endif