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 2cff3f0..6adc2a2 100644
--- a/src/Platform.h
+++ b/src/Platform.h
@@ -26,6 +26,8 @@ namespace Platform
void StopEmu();
+FILE* OpenFile(const char* path, const char* mode);
+
void* Thread_Create(void (*func)());
void Thread_Free(void* thread);
void Thread_Wait(void* thread);