3 functions, sync

This commit is contained in:
CreateSource 2024-11-05 13:36:21 -05:00
parent ea7d60dbd6
commit d2a22e9a42
3 changed files with 105 additions and 18 deletions

View file

@ -3,4 +3,22 @@
#include "dolphin.h"
typedef void (*M418DllFunc)(void);
typedef struct M418DllUnkStruct {
M418DllFunc unk0;
Vec center;
char unk10[0xC];
Vec rot;
char unk28[0xC];
f32 zoom;
char unk38[0x4];
f32 unk3C[3];
char unk48[0x4];
} M418DllUnkStruct; // sizeof 0x4C
void fn_1_ABC4(omObjData*, s32, s32, s32, s32);
void fn_1_B104(M418DllUnkStruct*, Vec, Vec);
void fn_1_B41C(M418DllUnkStruct*);
#endif