aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalanche.cpp
diff options
context:
space:
mode:
authoruruk2013-08-06 01:13:25 +0200
committeruruk2013-08-06 01:13:25 +0200
commit532306f8cb86882b45cffc1002d0d2a81f28de34 (patch)
treec767491a748e57559f0ab3c9c51e7810de732509 /engines/avalanche/avalanche.cpp
parenta971cf3a3997dd71282c5566bb2f5ee062c190bf (diff)
downloadscummvm-rg350-532306f8cb86882b45cffc1002d0d2a81f28de34.tar.gz
scummvm-rg350-532306f8cb86882b45cffc1002d0d2a81f28de34.tar.bz2
scummvm-rg350-532306f8cb86882b45cffc1002d0d2a81f28de34.zip
AVALANCHE: Introduce AvalancheEngine::getEvent().
Diffstat (limited to 'engines/avalanche/avalanche.cpp')
-rw-r--r--engines/avalanche/avalanche.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/avalanche/avalanche.cpp b/engines/avalanche/avalanche.cpp
index 35693ed200..922f701981 100644
--- a/engines/avalanche/avalanche.cpp
+++ b/engines/avalanche/avalanche.cpp
@@ -143,6 +143,10 @@ void AvalancheEngine::updateEvents() {
}
}
+bool AvalancheEngine::getEvent(Common::Event &event) {
+ return _eventMan->pollEvent(event);
+}
+