nearly matching w10Dll

This commit is contained in:
Rainchus 2023-11-29 13:35:04 -06:00
parent 705aaefd28
commit 8bbb016899
9 changed files with 198 additions and 184 deletions

View file

@ -11,6 +11,11 @@ typedef struct om_ovl_his_data {
int stat;
} omOvlHisData;
typedef struct Vec2f {
f32 x;
f32 y;
} Vec2f;
typedef struct Vec3f {
f32 x;
f32 y;