From 258901bab96f0050385a9912c8ea0fe2a41b2d6f Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Wed, 19 Sep 2007 08:40:12 +0000 Subject: Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. svn-id: r28966 --- engines/lure/events.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/lure/events.h') 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(); }; -- cgit v1.2.3