From 4b850a2c0357aa2d94cfc2fcf5d05ed0903278e5 Mon Sep 17 00:00:00 2001 From: Lars Persson Date: Wed, 1 Jul 2009 20:02:33 +0000 Subject: Move action inits to engineInit and engineDone callbacks. svn-id: r42007 --- backends/platform/symbian/src/SymbianOS.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'backends/platform/symbian/src/SymbianOS.h') diff --git a/backends/platform/symbian/src/SymbianOS.h b/backends/platform/symbian/src/SymbianOS.h index efca94b706..b873b503be 100644 --- a/backends/platform/symbian/src/SymbianOS.h +++ b/backends/platform/symbian/src/SymbianOS.h @@ -107,6 +107,18 @@ protected: void setWindowCaption(const char *caption); + /** + * 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(); + // // Used to intialized special game mappings // -- cgit v1.2.3