]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/include/gui.h
Minor, insignificant changes
[virtualjaguar] / src / include / gui.h
index 05ff8dd407eff4614a9e4a65d1e76973895e6820..9efd8a2b7df9e54d48973ce63fce12e996137969 100644 (file)
@@ -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__