Extract ui.h

This commit is contained in:
Tal Hayon
2022-04-06 11:03:32 +03:00
parent 4a7f862bcb
commit 01067740c1
12 changed files with 25 additions and 12 deletions
+15
View File
@@ -0,0 +1,15 @@
#ifndef UI_H
#define UI_H
#include "global.h"
extern void DrawUIElements(void);
extern void CreateUIElement(u32, u32);
extern u32 sub_0801C2F0(u32, u32);
extern void sub_0801C25C(void);
extern void DrawUI(void);
extern void InitUI(bool32);
extern void RefreshUI(void);
extern void RecoverUI(u32 bottomPt, u32 topPt);
#endif