aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_osx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gos/gos_osx.c')
-rw-r--r--src/gos/gos_osx.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gos/gos_osx.c b/src/gos/gos_osx.c
index 413ddc62..f06685d7 100644
--- a/src/gos/gos_osx.c
+++ b/src/gos/gos_osx.c
@@ -30,6 +30,10 @@ void _gosInit(void)
gfxMutexInit(&SystemMutex);
}
+void _gosPostInit(void)
+{
+}
+
void _gosDeinit(void)
{
/* ToDo */