nearly matching w10Dll
This commit is contained in:
parent
705aaefd28
commit
8bbb016899
9 changed files with 198 additions and 184 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue