aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/src/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/src/core.h')
-rw-r--r--src/core/src/core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/src/core.h b/src/core/src/core.h
index 8021b762..f4a3ca05 100644
--- a/src/core/src/core.h
+++ b/src/core/src/core.h
@@ -25,6 +25,8 @@
#ifndef CORE_CORE_H_
#define CORE_CORE_H_
+#include "arm/armdefs.h"
+
////////////////////////////////////////////////////////////////////////////////////////////////////
namespace Core {
@@ -47,6 +49,8 @@ void Stop();
/// Initialize the core
int Init();
+ARMul_State* GetState();
+
} // namespace
////////////////////////////////////////////////////////////////////////////////////////////////////