[headers 7] Add sys_matrix.h (#2150)

* add sys_matrix.h, based on MM's

* move matrix debug macros to sys_matrix.h

* bss
This commit is contained in:
Dragorn421
2024-09-07 06:26:47 +02:00
committed by GitHub
parent 8a3ba35070
commit e7b0daa2ec
6 changed files with 88 additions and 50 deletions
-2
View File
@@ -104,8 +104,6 @@ extern u8 gBossMarkState;
extern s32 gScreenWidth;
extern s32 gScreenHeight;
extern Mtx gMtxClear;
extern MtxF gMtxFClear;
#if OOT_DEBUG
extern u32 gIsCtrlr2Valid;
#endif