couple of bootDll funcs

This commit is contained in:
Rainchus 2023-11-21 08:06:07 -06:00
parent e6481709b4
commit a790e79022
5 changed files with 157 additions and 7 deletions

View file

@ -9,4 +9,10 @@ typedef struct UnkOvl {
s32 unk8;
} UnkOvl;
typedef struct Vec3f {
f32 x;
f32 y;
f32 z;
} Vec3f;
#endif