summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.h b/common.h
index 24f99bd..dfcef6a 100644
--- a/common.h
+++ b/common.h
@@ -110,6 +110,8 @@
#define GBA_SCREEN_HEIGHT (160)
#define GBA_SCREEN_PITCH (240)
+void switch_to_main_thread(void);
+
#else
#include "SDL.h"
#endif