aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/pda_mgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pink/pda_mgr.h')
-rw-r--r--engines/pink/pda_mgr.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/pink/pda_mgr.h b/engines/pink/pda_mgr.h
index 246679dee1..0ae16e8102 100644
--- a/engines/pink/pda_mgr.h
+++ b/engines/pink/pda_mgr.h
@@ -62,6 +62,16 @@ private:
void close();
void loadGlobal();
+ void initPerilButtons();
+
+ void updateWheels();
+
+ Actor *findGlobalActor(const Common::String &actorName);
+
+ static bool isNavigate(const Common::String &name);
+ static bool isDomain(const Common::String &name);
+
+private:
PinkEngine *_game;
LeadActor *_lead;
PDAPage *_page;
@@ -69,6 +79,8 @@ private:
Array<Actor *> _globalActors;
Common::String _savedPage;
Common::Stack<Common::String> _previousPages;
+ uint _countryIndex;
+ uint _domainIndex;
};
} // End of namespace Pink