SYSTEM: Add side textures as a System feature
This commit is contained in:
parent
147ba6ecbb
commit
8fc79af213
4 changed files with 41 additions and 2 deletions
|
@ -77,6 +77,11 @@ public:
|
|||
virtual Audio::Mixer *getMixer();
|
||||
virtual Common::TimerManager *getTimerManager();
|
||||
|
||||
// ResidualVM specific code
|
||||
virtual bool hasFeature(Feature f);
|
||||
// ResidualVM specific code
|
||||
virtual void suggestSideTextures(Graphics::Surface *left,
|
||||
Graphics::Surface *right) override;
|
||||
protected:
|
||||
bool _inited;
|
||||
bool _initedSDL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue