BACKENDS: Add init() to OSystem
This commit is contained in:
parent
ee11bc20b2
commit
9a61a99590
17 changed files with 21 additions and 16 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue