yawmmde/source.en/gui.h

9 lines
117 B
C
Raw Permalink Normal View History

2013-06-13 20:40:42 +02:00
#ifndef _GUI_H_
#define _GUI_H_
/* Prototypes */
void Gui_InitConsole(void);
void Gui_DrawBackground(void);
#endif