diff options
author | megazig <megazig@megazig.(none)> | 2012-01-11 01:45:32 -0600 |
---|---|---|
committer | megazig <megazig@megazig.(none)> | 2012-01-11 01:45:32 -0600 |
commit | 81edb47b7f677ba37e81f896645ecdc023f4adb9 (patch) | |
tree | 6ae00bb3d5bcae69a10869f58dde6147f4767a2d /include/common.h | |
parent | ef5d3be97708ba98f242a25e4a63127a8138dbf9 (diff) | |
download | kamek-81edb47b7f677ba37e81f896645ecdc023f4adb9.tar.gz kamek-81edb47b7f677ba37e81f896645ecdc023f4adb9.zip |
changed class1EC to collisionMgr class
changed class484 to freezeMgr class
added daEnDosun_c definition
fixed bossMegaGecko to use new collisionMgr class
changed bossThwompaDomp to inherit from daEnDosun_c
(need to make it actually different now)
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index e212eb4..a070a56 100644 --- a/include/common.h +++ b/include/common.h @@ -40,7 +40,7 @@ typedef f32 ROMtx[4][3]; typedef f32 (*ROMtxPtr)[3];
typedef struct { f32 x, y; } VEC2, Vec2, *Vec2Ptr, Point2d, *Point2dPtr;
-typedef struct { f32 x, y, z; } VEC3, Vec, *VecPtr, Point3d, *Point3dPtr;
+typedef struct { f32 x, y, z; } VEC3, Vec, Vec3, *VecPtr, Point3d, *Point3dPtr;
typedef struct { s16 x; s16 y; s16 z; }S16Vec, *S16VecPtr;
typedef struct { f32 x, y, z, w; } Quaternion, *QuaternionPtr, Qtrn, *QtrnPtr;
|