--- previous/src/includes/sdlgui.h 2018/04/24 19:25:55 1.1.1.2 +++ previous/src/includes/sdlgui.h 2018/04/24 19:30:30 1.1.1.3 @@ -74,5 +74,7 @@ extern int SDLGui_DoDialog(SGOBJ *dlg, S extern void SDLGui_CenterDlg(SGOBJ *dlg); extern char* SDLGui_FileSelect(const char *path_and_name, char **zip_path, bool bAllowNew); extern bool SDLGui_FileConfSelect(char *dlgname, char *confname, int maxlen, bool bAllowNew); +extern bool SDLGui_DiskSelect(char *dlgname, char *confname, int maxlen, bool *readonly); +extern bool SDLGui_DirectorySelect(char *dlgname, char *confname, int maxlen); #endif