aboutsummaryrefslogtreecommitdiff
path: root/src/RTC.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/RTC.h')
-rw-r--r--src/RTC.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/RTC.h b/src/RTC.h
index 313d237..45d0f26 100644
--- a/src/RTC.h
+++ b/src/RTC.h
@@ -22,6 +22,8 @@
#include "types.h"
#include "Savestate.h"
+namespace melonDS
+{
class RTC
{
public:
@@ -113,4 +115,5 @@ private:
void ByteIn(u8 val);
};
+}
#endif