mirror of
https://github.com/modmii/YAWM-ModMii-Edition.git
synced 2024-11-14 12:25:15 +01:00
9 lines
117 B
C
9 lines
117 B
C
#ifndef _GUI_H_
|
|
#define _GUI_H_
|
|
|
|
/* Prototypes */
|
|
void Gui_InitConsole(void);
|
|
void Gui_DrawBackground(void);
|
|
|
|
#endif
|