WINTERMUTE: Avoid including BaseGame in BaseFader.
This commit is contained in:
parent
8f25b651e8
commit
32ace5f9d2
3 changed files with 8 additions and 7 deletions
|
@ -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, ...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue