aboutsummaryrefslogtreecommitdiff
path: root/src/ARMInterpreter_Branch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ARMInterpreter_Branch.h')
-rw-r--r--src/ARMInterpreter_Branch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ARMInterpreter_Branch.h b/src/ARMInterpreter_Branch.h
index 3db6f40..51a561c 100644
--- a/src/ARMInterpreter_Branch.h
+++ b/src/ARMInterpreter_Branch.h
@@ -19,6 +19,8 @@
#ifndef ARMINTERPRETER_BRANCH_H
#define ARMINTERPRETER_BRANCH_H
+namespace melonDS
+{
namespace ARMInterpreter
{
@@ -36,4 +38,5 @@ void T_BL_LONG_2(ARM* cpu);
}
+}
#endif