]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/include/gui.h
Minor change to allow inverse text
[virtualjaguar] / src / include / gui.h
index 57fb8905c73213c5b0a5ab87b062ac813a49da6b..9259796c93a7d08c859fa426dcc677a0cef73719 100644 (file)
@@ -7,6 +7,6 @@
 #ifndef __GUI_H__
 #define __GUI_H__
 
-void DrawText(int16 * screen, uint32 x, uint32 y, const char * text, ...);
+void DrawText(int16 * screen, uint32 x, uint32 y, bool invert, const char * text, ...);
 
 #endif // __GUI_H__