aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/dialogs.h
diff options
context:
space:
mode:
authorStrangerke2012-12-10 07:54:03 +0100
committerStrangerke2012-12-10 07:54:03 +0100
commit269a6f9caeccc8e311d03d8df9e9aaa84c67224b (patch)
tree9d2a6154a220fe4b8f05332d5c7d4e93d3acbf60 /engines/hopkins/dialogs.h
parent663bf3139f5091b61f2c9f43b90ffe31793dece1 (diff)
downloadscummvm-rg350-269a6f9caeccc8e311d03d8df9e9aaa84c67224b.tar.gz
scummvm-rg350-269a6f9caeccc8e311d03d8df9e9aaa84c67224b.tar.bz2
scummvm-rg350-269a6f9caeccc8e311d03d8df9e9aaa84c67224b.zip
HOPKINS: Some more function renaming
Diffstat (limited to 'engines/hopkins/dialogs.h')
-rw-r--r--engines/hopkins/dialogs.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/engines/hopkins/dialogs.h b/engines/hopkins/dialogs.h
index 19c7faae1f..b98759dc56 100644
--- a/engines/hopkins/dialogs.h
+++ b/engines/hopkins/dialogs.h
@@ -38,27 +38,27 @@ class DialogsManager {
private:
HopkinsEngine *_vm;
public:
+ int _inventX, _inventY;
+ int _inventWidth, _inventHeight;
+
bool INVENTFLAG;
- bool AFFINVEN;
+ bool _inventDisplayedFl;
bool VIRE_INVENT;
- int inventairex, inventairey;
- int inventairel, inventaireh;
byte *Winventaire;
byte *inventaire2;
public:
DialogsManager();
~DialogsManager();
void setParent(HopkinsEngine *vm);
-
+ void showLoadGame();
+ void showSaveGame();
+ void showSaveLoad(int a1);
void showOptionsDialog();
void showInventory();
+ int searchSavegames();
+ void testDialogOpening();
void INVENT_ANIM();
- void TestForDialogOpening();
- void CHARGE_PARTIE();
- void SAUVE_PARTIE();
- void LOAD_SAUVE(int a1);
- int CHERCHE_PARTIE();
};
} // End of namespace Hopkins