diff options
Diffstat (limited to 'src/ARMJIT_Internal.h')
-rw-r--r-- | src/ARMJIT_Internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ARMJIT_Internal.h b/src/ARMJIT_Internal.h index 7a8eb6b..72d40a5 100644 --- a/src/ARMJIT_Internal.h +++ b/src/ARMJIT_Internal.h @@ -28,13 +28,13 @@ #include "JitBlock.h" #include "TinyVector.h" +namespace melonDS +{ class ARM; class ARMv5; // here lands everything which doesn't fit into ARMJIT.h // where it would be included by pretty much everything -namespace ARMJIT -{ enum { |