aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/pda_mgr.h
diff options
context:
space:
mode:
authorAndrei Prykhodko2018-06-30 23:29:20 +0300
committerAndrei Prykhodko2018-06-30 23:29:45 +0300
commit22f6c6639381adf3dfad45ba1cf430dd182e6322 (patch)
tree7c6eb9b2ba1cb2aa14090a3d15ed7a0eff799bb2 /engines/pink/pda_mgr.h
parent21fb38f57a3327d1583d7756224b1b176e97c62c (diff)
downloadscummvm-rg350-22f6c6639381adf3dfad45ba1cf430dd182e6322.tar.gz
scummvm-rg350-22f6c6639381adf3dfad45ba1cf430dd182e6322.tar.bz2
scummvm-rg350-22f6c6639381adf3dfad45ba1cf430dd182e6322.zip
PINK: added thumb moving in PDA
Diffstat (limited to 'engines/pink/pda_mgr.h')
-rw-r--r--engines/pink/pda_mgr.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/engines/pink/pda_mgr.h b/engines/pink/pda_mgr.h
index 19df2c9334..92ebcf165f 100644
--- a/engines/pink/pda_mgr.h
+++ b/engines/pink/pda_mgr.h
@@ -79,8 +79,16 @@ private:
CursorMgr _cursorMgr;
Common::String _savedPage;
Common::Stack<Common::String> _previousPages;
- uint _countryIndex;
- uint _domainIndex;
+ uint16 _countryIndex;
+ uint16 _domainIndex;
+ uint16 _iteration;
+ uint16 _handFrame;
+ enum LeftHandAction {
+ kLeft1,
+ kLeft2,
+ kLeft3,
+ kLeft4
+ } _leftHandAction;
};
} // End of namespace Pink