1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-16 04:44:44 +00:00

ovl_Obj_Dekujr OK (#276)

* started dekujr

* ovl_Obj_Dekujr OK

* cleanup

* Made suggested changes
This commit is contained in:
Lucas Shaw 2020-07-20 15:06:04 -07:00 committed by GitHub
parent 00836ddebc
commit b39cddd576
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 153 additions and 465 deletions

View file

@ -13,6 +13,10 @@ typedef struct {
f32 x, y, z;
} Vec3f;
typedef struct {
u16 x, y, z;
} Vec3us;
typedef struct {
s16 x, y, z;
} Vec3s;