mirror of
https://github.com/TheShadowEevee/Sharpii-NetCore.git
synced 2025-01-11 23:08:49 -06: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
|