aboutsummaryrefslogtreecommitdiff
path: root/src/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Platform.h')
-rw-r--r--src/Platform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Platform.h b/src/Platform.h
index 4fefd33..5196d0f 100644
--- a/src/Platform.h
+++ b/src/Platform.h
@@ -24,6 +24,8 @@
namespace Platform
{
+void StopEmu();
+
void* Thread_Create(void (*func)());
void Thread_Free(void* thread);
void Thread_Wait(void* thread);