aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/cine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/cine.h')
-rw-r--r--engines/cine/cine.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/engines/cine/cine.h b/engines/cine/cine.h
index b9a8b62e17..020e1a0f9c 100644
--- a/engines/cine/cine.h
+++ b/engines/cine/cine.h
@@ -27,6 +27,7 @@
#include "common/stdafx.h"
#include "common/scummsys.h"
+#include "common/util.h"
#include "base/engine.h"
@@ -44,8 +45,6 @@
namespace Cine {
-class AdlibMusic;
-
enum CineGameId {
GID_FW = 1,
GID_OS
@@ -86,7 +85,11 @@ enum {
VAR_MOUSE_Y_POS = 250
};
-extern AdlibMusic *g_cine_adlib;
+enum {
+ MOUSE_CURSOR_NORMAL = 0,
+ MOUSE_CURSOR_DISK,
+ MOUSE_CURSOR_CROSS
+};
} // End of namespace Cine