diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-04-06 11:03:32 +0300 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-04-06 11:03:32 +0300 |
| commit | 01067740c1f66fc4dabdbe9a180fc4ebd97fc514 (patch) | |
| tree | 9183f1994f88ceaa2ba13b377deb196b59731086 /include/ui.h | |
| parent | 4a7f862bcb8f3a5ae864a4b02b251bb048e9ee02 (diff) | |
Extract ui.h
Diffstat (limited to 'include/ui.h')
| -rw-r--r-- | include/ui.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/ui.h b/include/ui.h new file mode 100644 index 00000000..05fab34d --- /dev/null +++ b/include/ui.h @@ -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
\ No newline at end of file |
