]> Shamusworld >> Repos - virtualjaguar/blob - src/include/gui.h
Changes for the upcoming 1.0.5 release
[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 void DrawText(int16 * screen, uint32 x, uint32 y, const char * text, ...);
11
12 #endif  // __GUI_H__