aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/menu_views.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/menu_views.h')
-rw-r--r--engines/mads/menu_views.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/engines/mads/menu_views.h b/engines/mads/menu_views.h
index 6c8a2a8bdd..e22b6223a7 100644
--- a/engines/mads/menu_views.h
+++ b/engines/mads/menu_views.h
@@ -119,8 +119,8 @@ protected:
virtual void doFrame();
/**
- * Called when the script is finished
- */
+ * Called when the script is finished
+ */
virtual void scriptDone();
public:
/**
@@ -191,6 +191,11 @@ private:
int _manualFrame2;
int _animFrameNumber;
bool _nextCyclingActive;
+private:
+ void checkResource(const Common::String &resourceName);
+
+ int scanResourceIndex(const Common::String &resourceName);
+
uint _scrollFrameCtr;
private:
void load();