From 4c5efaecf413c0a8d664de6f35013814a82798ab Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 16 Jan 2009 02:43:41 +0000 Subject: Code formatting fixes, automatically performed by astyle svn-id: r35870 --- engines/cruise/mouse.h | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'engines/cruise/mouse.h') diff --git a/engines/cruise/mouse.h b/engines/cruise/mouse.h index 502e894a82..5d430f5863 100644 --- a/engines/cruise/mouse.h +++ b/engines/cruise/mouse.h @@ -28,22 +28,22 @@ namespace Cruise { - extern int16 main10; - - enum CursorType { - CURSOR_NORMAL = 0, - CURSOR_DISK = 1, - CURSOR_CROSS = 2, - CURSOR_NOMOUSE = 3, - CURSOR_WALK = 4, - CURSOR_EXIT = 5, - CURSOR_MAGNIFYING_GLASS = 6, - - CURSOR_MAX = 7 - }; - - void changeCursor(CursorType eType); - extern CursorType currentCursor; +extern int16 main10; + +enum CursorType { + CURSOR_NORMAL = 0, + CURSOR_DISK = 1, + CURSOR_CROSS = 2, + CURSOR_NOMOUSE = 3, + CURSOR_WALK = 4, + CURSOR_EXIT = 5, + CURSOR_MAGNIFYING_GLASS = 6, + + CURSOR_MAX = 7 +}; + +void changeCursor(CursorType eType); +extern CursorType currentCursor; } // End of namespace Cruise -- cgit v1.2.3