Rename Matrix_Pull to Matrix_Pop (#703)

This commit is contained in:
Roman971
2021-02-24 20:28:04 +01:00
committed by GitHub
parent 3eec91504c
commit d30ef91417
89 changed files with 158 additions and 158 deletions
+1 -1
View File
@@ -1827,7 +1827,7 @@ s16 Math_Atan2S(f32 x, f32 y);
f32 Math_Atan2F(f32 x, f32 y);
void Matrix_Init(GameState* gameState);
void Matrix_Push(void);
void Matrix_Pull(void);
void Matrix_Pop(void);
void Matrix_Get(MtxF* dest);
void Matrix_Put(MtxF* src);
void Matrix_Mult(MtxF* mf, u8 mode);