X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Finclude%2Fgui.h;h=9efd8a2b7df9e54d48973ce63fce12e996137969;hb=dc758656c7425eec3ecb0dd3ccbeb95ae700c482;hp=57fb8905c73213c5b0a5ab87b062ac813a49da6b;hpb=67a5f1a40072983cf87ae2093ca95c271d14e706;p=virtualjaguar diff --git a/src/include/gui.h b/src/include/gui.h index 57fb890..9efd8a2 100644 --- a/src/include/gui.h +++ b/src/include/gui.h @@ -7,6 +7,8 @@ #ifndef __GUI_H__ #define __GUI_H__ -void DrawText(int16 * screen, uint32 x, uint32 y, const char * text, ...); +void BlitBackbuffer(void); +void DrawText(int16 * screen, uint32 x, uint32 y, bool invert, const char * text, ...); +bool UserSelectFile(char * path, char * filename); #endif // __GUI_H__