COMMON: Remove the EventRecorder dependency from OSystem

EventRecorder is in the gui lib which is not linked in the cxxtest suite.
This commit is contained in:
Bastien Bouclet 2015-10-16 20:26:34 +02:00
parent 823c2f899b
commit ad3ab61241
4 changed files with 10 additions and 8 deletions

View file

@ -76,6 +76,7 @@ public:
virtual void getTimeAndDate(TimeDate &td) const;
virtual Audio::Mixer *getMixer();
virtual Common::TimerManager *getTimerManager();
virtual Common::SaveFileManager *getSavefileManager();
protected:
bool _inited;