aboutsummaryrefslogtreecommitdiff
path: root/src/system/sdl-1.2
diff options
context:
space:
mode:
Diffstat (limited to 'src/system/sdl-1.2')
-rw-r--r--src/system/sdl-1.2/src/system.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/system/sdl-1.2/src/system.c b/src/system/sdl-1.2/src/system.c
index 37dca77..c1a79e9 100644
--- a/src/system/sdl-1.2/src/system.c
+++ b/src/system/sdl-1.2/src/system.c
@@ -5,6 +5,11 @@
#include <stdio.h>
#include <stdlib.h>
+bool system_can_exit(void)
+{
+ return true;
+}
+
void system_loop(void)
{
SDL_PumpEvents();