diff options
Diffstat (limited to 'engines/sci/gui/gui_helpers.h')
-rw-r--r-- | engines/sci/gui/gui_helpers.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sci/gui/gui_helpers.h b/engines/sci/gui/gui_helpers.h index 201662145d..0a79e1f8f7 100644 --- a/engines/sci/gui/gui_helpers.h +++ b/engines/sci/gui/gui_helpers.h @@ -71,7 +71,7 @@ struct GuiWindow : public GuiPort { } }; -struct GuiAnimateList { +struct GuiAnimateEntry { reg_t object; GuiResourceId viewId; GuiViewLoopNo loopNo; @@ -82,6 +82,7 @@ struct GuiAnimateList { Common::Rect celRect; bool showBitsFlag; }; +typedef Common::List<GuiAnimateEntry *> GuiAnimateList; struct GuiCast { uint16 view; |