aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/user_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/user_interface.h')
-rw-r--r--engines/mads/user_interface.h16
1 files changed, 11 insertions, 5 deletions
diff --git a/engines/mads/user_interface.h b/engines/mads/user_interface.h
index b4c581d1c2..4a26d3450f 100644
--- a/engines/mads/user_interface.h
+++ b/engines/mads/user_interface.h
@@ -126,11 +126,6 @@ private:
void writeVocab(ScrCategory category, int id);
void refresh();
-
- /**
- * Handles queuing a new frame of an inventory animation for drawing
- */
- void inventoryAnim();
public:
MSurface _surface;
UISlots _uiSlots;
@@ -171,10 +166,21 @@ public:
void setBounds(const Common::Rect &r);
+ /**
+ * Loads the animation sprite data for a given inventory object
+ */
void loadInventoryAnim(int objectId);
+ /**
+ * Resets the inventory animation when no inventory item is selected
+ */
void noInventoryAnim();
+ /**
+ * Handles queuing a new frame of an inventory animation for drawing
+ */
+ void inventoryAnim();
+
void categoryChanged();
/**