diff options
Diffstat (limited to 'src/core/Timer.h')
-rw-r--r-- | src/core/Timer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Timer.h b/src/core/Timer.h index b696eded..393242dd 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 50.0f / 30.0f; } |