]> Shamusworld >> Repos - virtualjaguar/blob - include/gui.h
Version 2.1.3 release.
[virtualjaguar] / 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 void BlitBackbuffer(void);
11 void DrawText(int16 * screen, uint32 x, uint32 y, bool invert, const char * text, ...);
12 bool UserSelectFile(char * path, char * filename);
13
14 #endif  // __GUI_H__