From 37236919c76ed4b5a8a7c98950257e3626e268c4 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 9 Aug 2021 18:50:11 +0000 Subject: Changed initial directory and added joystick emulation. --- include/gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/gui.h') 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 +void GUI_Init(void); int GUI_Menu(const char *opts[]); void GUI_Alert(int fatal, const char *text); void GUI_Config(void); -- cgit v1.2.3