couple of bootDll funcs
This commit is contained in:
parent
e6481709b4
commit
a790e79022
5 changed files with 157 additions and 7 deletions
|
|
@ -9,4 +9,10 @@ typedef struct UnkOvl {
|
|||
s32 unk8;
|
||||
} UnkOvl;
|
||||
|
||||
typedef struct Vec3f {
|
||||
f32 x;
|
||||
f32 y;
|
||||
f32 z;
|
||||
} Vec3f;
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue