--- hatari/src/includes/options.h 2019/04/01 07:13:09 1.1.1.1 +++ hatari/src/includes/options.h 2019/04/01 07:13:43 1.1.1.2 @@ -7,6 +7,9 @@ #ifndef HATARI_OPTIONS_H #define HATARI_OPTIONS_H +extern BOOL bLoadAutoSave; +extern BOOL bLoadMemorySave; + /* parses all Hatari command line options and sets Hatari state accordingly, * returns boot disk image name (empty if not set) */