Patch #1595026: engine init/shutdown OSystem methods

svn-id: r27837
This commit is contained in:
Max Horn 2007-07-01 20:28:57 +00:00
parent a14485da5f
commit 9f6922ddd2

View File

@ -73,6 +73,18 @@ public:
*/ */
virtual void initBackend() { } 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 */ /** @name Feature flags */
//@{ //@{