WINTERMUTE: Avoid including BaseGame in BaseFader.

This commit is contained in:
Einar Johan Trøan Sømåen 2013-04-18 12:13:12 +02:00
parent 8f25b651e8
commit 32ace5f9d2
3 changed files with 8 additions and 7 deletions

View file

@ -64,7 +64,7 @@ public:
BaseGame *getGameRef() { return _gameRef; }
BaseFileManager *getFileManager() { return _fileManager; }
BaseSoundMgr *getSoundMgr();
BaseRenderer *getRenderer();
static BaseRenderer *getRenderer();
static const Timer *getTimer();
static const Timer *getLiveTimer();
static void LOG(bool res, const char *fmt, ...);