aboutsummaryrefslogtreecommitdiff
path: root/ARMInterpreter_Branch.h
diff options
context:
space:
mode:
Diffstat (limited to 'ARMInterpreter_Branch.h')
-rw-r--r--ARMInterpreter_Branch.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/ARMInterpreter_Branch.h b/ARMInterpreter_Branch.h
new file mode 100644
index 0000000..cb7926f
--- /dev/null
+++ b/ARMInterpreter_Branch.h
@@ -0,0 +1,13 @@
+
+#ifndef ARMINTERPRETER_BRANCH_H
+#define ARMINTERPRETER_BRANCH_H
+
+namespace ARMInterpreter
+{
+
+s32 A_B(ARM* cpu);
+s32 A_BL(ARM* cpu);
+
+}
+
+#endif