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:
parent
823c2f899b
commit
ad3ab61241
4 changed files with 10 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue