You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
declared create_dl_scale_matrix in ingame_menu.h (thanks cheeze)
This commit is contained in:
@@ -117,6 +117,7 @@ extern s8 gRedCoinsCollected;
|
||||
void create_dl_identity_matrix(void);
|
||||
void create_dl_translation_matrix(s8 pushOp, f32 x, f32 y, f32 z);
|
||||
void create_dl_ortho_matrix(void);
|
||||
void create_dl_scale_matrix(s8 pushOp, f32 x, f32 y, f32 z);
|
||||
void print_generic_string(s16 x, s16 y, const u8 *str);
|
||||
void print_hud_lut_string(s8 hudLUT, s16 x, s16 y, const u8 *str);
|
||||
void print_menu_generic_string(s16 x, s16 y, const u8 *str);
|
||||
|
||||
Reference in New Issue
Block a user