declared create_dl_scale_matrix in ingame_menu.h (thanks cheeze)

This commit is contained in:
Reonu
2021-05-20 22:32:19 +01:00
parent 6c276dc453
commit c3cc860cc4

View File

@@ -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);