]> 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 DrawText(int16 * screen, uint32 x, uint32 y, const char * text, ...);
11
12 #endif  // __GUI_H__