mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
Add basic dol shiftability
Fixed an incorrect function name
This commit is contained in:
@@ -9,6 +9,7 @@ typedef float Mtx[3][4];
|
||||
typedef float Mtx33[3][3];
|
||||
typedef float Mtx23[2][3];
|
||||
typedef f32 (*MtxP)[4];
|
||||
typedef const f32 (*CMtxP)[4]; //Change name later?
|
||||
|
||||
extern "C" {
|
||||
void PSMTXIdentity(Mtx matrix);
|
||||
|
||||
Reference in New Issue
Block a user