aboutsummaryrefslogtreecommitdiff
path: root/src/ARM.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ARM.h')
-rw-r--r--src/ARM.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ARM.h b/src/ARM.h
index a51c3ff..564c7bb 100644
--- a/src/ARM.h
+++ b/src/ARM.h
@@ -241,4 +241,12 @@ public:
u32 debug;
};
+namespace ARMInterpreter
+{
+
+void A_UNK(ARM* cpu);
+void T_UNK(ARM* cpu);
+
+}
+
#endif // ARM_H