aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalot.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/avalot.h')
-rw-r--r--engines/avalanche/avalot.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/avalanche/avalot.h b/engines/avalanche/avalot.h
index 50bff720b3..502358ede2 100644
--- a/engines/avalanche/avalot.h
+++ b/engines/avalanche/avalot.h
@@ -30,6 +30,7 @@
#ifndef AVALOT_H
#define AVALOT_H
+#include "common/events.h"
#include "common/system.h"
namespace Avalanche {
@@ -41,6 +42,14 @@ public:
void setup();
+
+
+ void handleKeyDown(const Common::Event &event);
+
+ void handleMoveKey(const Common::Event &event); // To replace Trip::tripkey().
+
+
+
void run(Common::String arg);
private: