aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/moves/exit_pellerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/moves/exit_pellerator.h')
-rw-r--r--engines/titanic/moves/exit_pellerator.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/titanic/moves/exit_pellerator.h b/engines/titanic/moves/exit_pellerator.h
index 6185f61e01..7df5657691 100644
--- a/engines/titanic/moves/exit_pellerator.h
+++ b/engines/titanic/moves/exit_pellerator.h
@@ -27,8 +27,19 @@
namespace Titanic {
+struct CExitPelleratorStatics {
+ CString _v1;
+ int _v2;
+ int _v3;
+};
+
class CExitPellerator : public CGameObject {
+private:
+ static CExitPelleratorStatics *_statics;
public:
+ static void init();
+ static void deinit();
+
/**
* Return the class name
*/