aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/vga13h.h
diff options
context:
space:
mode:
authorStrangerke2012-07-04 23:18:29 +0200
committerStrangerke2012-07-05 21:31:42 +0200
commitb1cc34a080ff31fb22ab466624a99c0cdaeb51c1 (patch)
tree552f5fb61662d7679ae420aebe92e01ae6806e6b /engines/cge/vga13h.h
parent112f03390d308af60d9c5f5e9f29c30988d2e968 (diff)
downloadscummvm-rg350-b1cc34a080ff31fb22ab466624a99c0cdaeb51c1.tar.gz
scummvm-rg350-b1cc34a080ff31fb22ab466624a99c0cdaeb51c1.tar.bz2
scummvm-rg350-b1cc34a080ff31fb22ab466624a99c0cdaeb51c1.zip
CGE: Remove hack used to store keycode in CGEEvent
Diffstat (limited to 'engines/cge/vga13h.h')
-rw-r--r--engines/cge/vga13h.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/cge/vga13h.h b/engines/cge/vga13h.h
index beca19f667..a816f7756f 100644
--- a/engines/cge/vga13h.h
+++ b/engines/cge/vga13h.h
@@ -29,6 +29,7 @@
#define CGE_VGA13H_H
#include "common/serializer.h"
+#include "common/events.h"
#include "graphics/surface.h"
#include "cge/general.h"
#include "cge/bitmap.h"
@@ -146,7 +147,7 @@ public:
void step(int nr = -1);
Seq *setSeq(Seq *seq);
CommandHandler::Command *snList(SnList type);
- virtual void touch(uint16 mask, int x, int y);
+ virtual void touch(uint16 mask, int x, int y, Common::KeyCode keyCode);
virtual void tick();
void sync(Common::Serializer &s);
private: