From 06f2daa56e0eb8e592c015b07dbeb787bb081e4d Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 5 Jul 2021 21:37:37 +0000 Subject: Added TAP file loading. --- include/gui.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/gui.h') diff --git a/include/gui.h b/include/gui.h index ed64ffe..027e2b6 100644 --- a/include/gui.h +++ b/include/gui.h @@ -21,6 +21,8 @@ #ifndef DSSPEC_GUI_H #define DSSPEC_GUI_H +#include + int GUI_Menu(const char *opts[]); void GUI_Alert(int fatal, const char *text); void GUI_Config(void); @@ -29,4 +31,6 @@ int GUI_FileSelect(char pwd[], char selected_file[], int GUI_InputName(const char *prompt, const char *ext, char name[], int maxlen); +extern char last_dir[FILENAME_MAX]; + #endif /* DSSPEC_GUI_H */ -- cgit v1.2.3