aboutsummaryrefslogtreecommitdiff
path: root/src/ARCodeFile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ARCodeFile.cpp')
-rw-r--r--src/ARCodeFile.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ARCodeFile.cpp b/src/ARCodeFile.cpp
index 595df7d..602a2e7 100644
--- a/src/ARCodeFile.cpp
+++ b/src/ARCodeFile.cpp
@@ -21,6 +21,8 @@
#include "ARCodeFile.h"
#include "Platform.h"
+namespace melonDS
+{
using namespace Platform;
// TODO: import codes from other sources (usrcheat.dat, ...)
@@ -182,3 +184,5 @@ bool ARCodeFile::Save()
CloseFile(f);
return true;
}
+
+} \ No newline at end of file