aboutsummaryrefslogtreecommitdiff
path: root/src/ARMInterpreter_ALU.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ARMInterpreter_ALU.h')
-rw-r--r--src/ARMInterpreter_ALU.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ARMInterpreter_ALU.h b/src/ARMInterpreter_ALU.h
index 202d6b0..6998b63 100644
--- a/src/ARMInterpreter_ALU.h
+++ b/src/ARMInterpreter_ALU.h
@@ -19,6 +19,8 @@
#ifndef ARMINTERPRETER_ALU_H
#define ARMINTERPRETER_ALU_H
+namespace melonDS
+{
namespace ARMInterpreter
{
@@ -134,4 +136,5 @@ void T_ADD_SP(ARM* cpu);
}
+}
#endif