aboutsummaryrefslogtreecommitdiff
path: root/engines/supernova/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/supernova/state.h')
-rw-r--r--engines/supernova/state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/supernova/state.h b/engines/supernova/state.h
index e50ef3bae2..72aad4cb53 100644
--- a/engines/supernova/state.h
+++ b/engines/supernova/state.h
@@ -24,6 +24,7 @@
#define STATE_H
#include "common/rect.h"
+#include "common/keyboard.h"
#include "supernova/rooms.h"
namespace Supernova {
@@ -146,6 +147,7 @@ public:
Common::EventType getMouseInput();
uint16 getKeyInput(bool blockForPrintChar = false);
void getInput();
+ bool keyPressed(Common::KeyCode keycode, bool equal);
void mouseInput3();
void mouseWait(int delay);
void wait2(int ticks);