/**
 * @defgroup Cursors Cursors
 * @ingroup Defines
 *
 * @see     ::GetCurrentCursor()
 *          ::GetLastCursor()
 *          ::ChangeCursor
 */
/*@{*/

#define CURSOR_DEFAULT         (0)
#define CURSOR_MOVE            (1)
#define CURSOR_USE_OBJECT      (2)
#define CURSOR_USE_WEAPON      (3)
#define CURSOR_USE_SKILL       (4)
#define CURSOR_WAIT            (5)
#define CURSOR_HAND            (6)

/*@}*/

