summaryrefslogtreecommitdiffstats
path: root/src/core/Timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Timer.h')
-rw-r--r--src/core/Timer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Timer.h b/src/core/Timer.h
index 004cda4d..1fbe51f5 100644
--- a/src/core/Timer.h
+++ b/src/core/Timer.h
@@ -56,6 +56,7 @@ public:
friend bool GenericLoad(void);
friend bool GenericSave(int file);
+ friend class CMemoryCard;
#ifdef FIX_BUGS
static float GetDefaultTimeStep(void) { return 5.0f / 3.0f; }