aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/mouse.h
diff options
context:
space:
mode:
authorMax Horn2009-01-16 02:43:41 +0000
committerMax Horn2009-01-16 02:43:41 +0000
commit4c5efaecf413c0a8d664de6f35013814a82798ab (patch)
tree64a0a8571c9ced4b1adcd95d971b7ab12e270585 /engines/cruise/mouse.h
parent42c46aa5a1e570b3e8d0d857e6ef9291d8f20a4f (diff)
downloadscummvm-rg350-4c5efaecf413c0a8d664de6f35013814a82798ab.tar.gz
scummvm-rg350-4c5efaecf413c0a8d664de6f35013814a82798ab.tar.bz2
scummvm-rg350-4c5efaecf413c0a8d664de6f35013814a82798ab.zip
Code formatting fixes, automatically performed by astyle
svn-id: r35870
Diffstat (limited to 'engines/cruise/mouse.h')
-rw-r--r--engines/cruise/mouse.h32
1 files changed, 16 insertions, 16 deletions
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