diff options
author | Ian C <ianc@noddybox.co.uk> | 2021-08-09 18:50:11 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2021-08-09 18:50:11 +0000 |
commit | 37236919c76ed4b5a8a7c98950257e3626e268c4 (patch) | |
tree | 22bdc153fc4e30a18a8d4f180ab5a19cfbbb3999 /include/gui.h | |
parent | 0d08766ccc80cacfe0690cb8a1ea8f13038e404b (diff) |
Changed initial directory and added joystick emulation.
Diffstat (limited to 'include/gui.h')
-rw-r--r-- | include/gui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gui.h b/include/gui.h index 027e2b6..392571b 100644 --- a/include/gui.h +++ b/include/gui.h @@ -23,6 +23,7 @@ #include <stdio.h> +void GUI_Init(void); int GUI_Menu(const char *opts[]); void GUI_Alert(int fatal, const char *text); void GUI_Config(void); |