aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/events.h
diff options
context:
space:
mode:
authorNicola Mettifogo2007-09-19 08:40:12 +0000
committerNicola Mettifogo2007-09-19 08:40:12 +0000
commit258901bab96f0050385a9912c8ea0fe2a41b2d6f (patch)
treea3ae8675b679c9f3b58ac8d97c79369502ea23c1 /engines/lure/events.h
parenta89694c0d61a75a960f5bec6c498659c988401cc (diff)
downloadscummvm-rg350-258901bab96f0050385a9912c8ea0fe2a41b2d6f.tar.gz
scummvm-rg350-258901bab96f0050385a9912c8ea0fe2a41b2d6f.tar.bz2
scummvm-rg350-258901bab96f0050385a9912c8ea0fe2a41b2d6f.zip
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
svn-id: r28966
Diffstat (limited to 'engines/lure/events.h')
-rw-r--r--engines/lure/events.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/lure/events.h b/engines/lure/events.h
index 1205ebe158..fa054da949 100644
--- a/engines/lure/events.h
+++ b/engines/lure/events.h
@@ -26,7 +26,7 @@
#ifndef LURE_EVENTS_H
#define LURE_EVENTS_H
-#include "common/stdafx.h"
+
#include "common/events.h"
#include "common/str.h"
#include "lure/luredefs.h"
@@ -42,7 +42,7 @@ private:
public:
Mouse();
~Mouse();
- static Mouse &getReference();
+ static Mouse &getReference();
void handleEvent(Common::Event event);
void cursorOn();
@@ -57,7 +57,7 @@ public:
bool rButton() { return _rButton; }
void waitForRelease();
void pushCursorNum(CursorType cursorNum);
- void pushCursorNum(CursorType cursorNum, int hotspotX, int hotspotY);
+ void pushCursorNum(CursorType cursorNum, int hotspotX, int hotspotY);
void popCursor();
};