diff options
Diffstat (limited to 'src/Platform.h')
-rw-r--r-- | src/Platform.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Platform.h b/src/Platform.h index b6effdc..fea98dd 100644 --- a/src/Platform.h +++ b/src/Platform.h @@ -24,6 +24,9 @@ namespace Platform { +void Init(int argc, char** argv); +void DeInit(); + void StopEmu(); // fopen() wrappers |