aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene_data.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-15 20:19:01 -0400
committerPaul Gilbert2014-03-15 20:19:01 -0400
commitc4ed42e6d5974e635b4241aa110d8ffe2a8c99c7 (patch)
treec3c7af1b479e3ab11cef3151579b17d99a650618 /engines/mads/scene_data.h
parentca6cf0eaf2692ac5c787b86e193e8e6980d2b7ee (diff)
downloadscummvm-rg350-c4ed42e6d5974e635b4241aa110d8ffe2a8c99c7.tar.gz
scummvm-rg350-c4ed42e6d5974e635b4241aa110d8ffe2a8c99c7.tar.bz2
scummvm-rg350-c4ed42e6d5974e635b4241aa110d8ffe2a8c99c7.zip
MADS: Implementing UserInterface loading
Diffstat (limited to 'engines/mads/scene_data.h')
-rw-r--r--engines/mads/scene_data.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/engines/mads/scene_data.h b/engines/mads/scene_data.h
index 7a41bab1f8..1cd262755f 100644
--- a/engines/mads/scene_data.h
+++ b/engines/mads/scene_data.h
@@ -33,6 +33,7 @@
#include "mads/events.h"
#include "mads/game_data.h"
#include "mads/messages.h"
+#include "mads/user_interface.h"
namespace MADS {
@@ -50,12 +51,6 @@ class SpriteSlot;
#define TEXT_DISPLAY_MAX_SIZE 40
#define DIRTY_AREAS_SIZE (SPRITE_SLOTS_MAX_SIZE + TEXT_DISPLAY_MAX_SIZE)
-enum ScrCategory {
- CAT_NONE = 0, CAT_ACTION = 1, CAT_INV_LIST = 2, CAT_INV_VOCAB = 3,
- CAT_HOTSPOT = 4, CAT_INV_ANIM = 5, CAT_6 = 6, CAT_INV_SCROLLER = 7,
- CAT_12 = 12
-};
-
enum Layer {
LAYER_GUI = 19
};