X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Finclude%2Fgui.h;h=3836adb301595e51db7d1d4e8ed4afb6487d1d64;hb=220217373079ff8d737f3d6dc07bbbad8f46e1ca;hp=05ff8dd407eff4614a9e4a65d1e76973895e6820;hpb=99461abfcbc562e740a5e0900167ece9a4a5a035;p=virtualjaguar diff --git a/src/include/gui.h b/src/include/gui.h index 05ff8dd..3836adb 100644 --- a/src/include/gui.h +++ b/src/include/gui.h @@ -7,6 +7,15 @@ #ifndef __GUI_H__ #define __GUI_H__ +#ifdef __cplusplus +extern "C" { +#endif +void DrawString(int16 * screen, uint32 x, uint32 y, bool invert, const char * text, ...); +bool UserSelectFile(char * path, char * filename); + +#ifdef __cplusplus +} +#endif #endif // __GUI_H__