parent
a14485da5f
commit
9f6922ddd2
1 changed files with 12 additions and 0 deletions
|
@ -73,6 +73,18 @@ public:
|
|||
*/
|
||||
virtual void initBackend() { }
|
||||
|
||||
/**
|
||||
* Allows the backend to perform engine specific init.
|
||||
* Called just before the engine is run.
|
||||
*/
|
||||
virtual void engineInit() { }
|
||||
|
||||
/**
|
||||
* Allows the backend to perform engine specific de-init.
|
||||
* Called after the engine finishes.
|
||||
*/
|
||||
virtual void engineDone() { }
|
||||
|
||||
/** @name Feature flags */
|
||||
//@{
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue