mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
decompile and document math_util.c (#595)
This commit is contained in:
+2
-2
@@ -3,8 +3,8 @@
|
||||
|
||||
#include <PR/ultratypes.h>
|
||||
|
||||
typedef float Matrix[4][4];
|
||||
typedef s32 MatrixS[4][4];
|
||||
typedef float MtxF[4][4];
|
||||
typedef s32 MtxS[4][4];
|
||||
typedef s16 VertexList;
|
||||
typedef u8 TriangleList;
|
||||
typedef u32 uintptr_t;
|
||||
|
||||
Reference in New Issue
Block a user