From c4ed42e6d5974e635b4241aa110d8ffe2a8c99c7 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 15 Mar 2014 20:19:01 -0400 Subject: MADS: Implementing UserInterface loading --- engines/mads/scene_data.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'engines/mads/scene_data.h') 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 }; -- cgit v1.2.3