summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/sdl/system-sdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/sdl/system-sdl.h')
-rw-r--r--firmware/target/hosted/sdl/system-sdl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/hosted/sdl/system-sdl.h b/firmware/target/hosted/sdl/system-sdl.h
index 43ee0bdff1..3568910fae 100644
--- a/firmware/target/hosted/sdl/system-sdl.h
+++ b/firmware/target/hosted/sdl/system-sdl.h
@@ -56,6 +56,7 @@ void sys_poweroff(void);
56void sys_handle_argv(int argc, char *argv[]); 56void sys_handle_argv(int argc, char *argv[]);
57void gui_message_loop(void); 57void gui_message_loop(void);
58void sim_do_exit(void) NORETURN_ATTR; 58void sim_do_exit(void) NORETURN_ATTR;
59void sdl_sys_quit(void);
59 60
60extern bool background; /* True if the background image is enabled */ 61extern bool background; /* True if the background image is enabled */
61extern bool showremote; 62extern bool showremote;