Decompile frRenderHud

This commit is contained in:
Ryan Dwyer
2020-08-07 00:02:41 +10:00
parent e18eebe298
commit 3ad21771ca
3 changed files with 70 additions and 273 deletions
+2 -2
View File
@@ -116,7 +116,7 @@ bool frGetMinAccuracy(char *buffer, f32 accuracy);
bool frFormatTime(char *buffer);
bool frGetHudMiddleSubtext(char *buffer);
bool frGetFeedback(char *score, char *zone);
u32 func0f1a2d88(void);
u32 func0f1a2f60(void);
Gfx *func0f1a2d88(Gfx *gdl, s32 x, s32 y, char *string1, char *string2, u32 colour, u8 alpha);
Gfx *frRenderHud(Gfx *gdl);
#endif