]> Shamusworld >> Repos - virtualjaguar/blob - src/include/gui.h
Changes to support new video subsystem
[virtualjaguar] / src / include / gui.h
1 //
2 // GUI.H
3 //
4 // Graphical User Interface support
5 //
6
7 #ifndef __GUI_H__
8 #define __GUI_H__
9
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13
14 void DrawString(int16 * screen, uint32 x, uint32 y, bool invert, const char * text, ...);
15 bool UserSelectFile(char * path, char * filename);
16
17 #ifdef __cplusplus
18 }
19 #endif
20
21 #endif  // __GUI_H__