Code formatting fixes, automatically performed by astyle

svn-id: r35870
This commit is contained in:
Max Horn 2009-01-16 02:43:41 +00:00
parent 42c46aa5a1
commit 4c5efaecf4
32 changed files with 2527 additions and 2839 deletions

View file

@ -28,22 +28,22 @@
namespace Cruise {
extern int16 main10;
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,
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
};
CURSOR_MAX = 7
};
void changeCursor(CursorType eType);
extern CursorType currentCursor;
void changeCursor(CursorType eType);
extern CursorType currentCursor;
} // End of namespace Cruise