X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Finclude%2Fgui.h;h=9efd8a2b7df9e54d48973ce63fce12e996137969;hb=cd61d997688c71e8eeecf39e4ce9d77a08872d7b;hp=9259796c93a7d08c859fa426dcc677a0cef73719;hpb=053fb8314018df7866ade5c62c98d90007e47199;p=virtualjaguar diff --git a/src/include/gui.h b/src/include/gui.h index 9259796..9efd8a2 100644 --- a/src/include/gui.h +++ b/src/include/gui.h @@ -7,6 +7,8 @@ #ifndef __GUI_H__ #define __GUI_H__ +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__