--- hatari/src/includes/sdlgui.h 2019/04/01 07:09:59 1.1 +++ hatari/src/includes/sdlgui.h 2019/04/01 07:10:53 1.1.1.2 @@ -1,9 +1,15 @@ /* - Hatari + Hatari - sdlgui.h + + This file is distributed under the GNU Public License, version 2 or at + your option any later version. Read the file gpl.txt for details. Header for the tiny graphical user interface for Hatari. */ +#ifndef HATARI_SDLGUI_H +#define HATARI_SDLGUI_H + #include enum @@ -41,4 +47,6 @@ int SDLGui_UnInit(void); int SDLGui_DoDialog(SGOBJ *dlg); int SDLGui_PrepareFont(void); void SDLGui_CenterDlg(SGOBJ *dlg); -int SDLGui_FileSelect(char *path_and_name); +int SDLGui_FileSelect(char *path_and_name, char *zip_path); + +#endif