BACKENDS: Add init() to OSystem

This commit is contained in:
Cameron Cawley 2020-08-01 23:43:01 +01:00 committed by Eugene Sandulenko
parent ee11bc20b2
commit 9a61a99590
17 changed files with 21 additions and 16 deletions

View file

@ -46,7 +46,7 @@ public:
* instantiating the backend. Early needed managers are
* created here.
*/
virtual void init();
virtual void init() override;
/**
* Get the Mixer Manager instance. Not to confuse with getMixer(),