22 #ifndef HOPKINS_DIALOGS_H 23 #define HOPKINS_DIALOGS_H 25 #include "common/scummsys.h" 26 #include "common/system.h" 27 #include "common/error.h" 28 #include "common/rect.h" 34 enum SaveLoadMode { MODE_SAVE = 1, MODE_LOAD = 2 };
43 byte *_inventoryIcons;
44 bool _inventDisplayedFl;
46 int _inventX, _inventY;
47 int _inventWidth, _inventHeight;
52 void showSaveLoad(SaveLoadMode mode);
53 int searchSavegames();
63 void showOptionsDialog();
64 void testDialogOpening();
70 void disableInvent() { _removeInventFl =
true; }
71 void enableInvent() { _removeInventFl =
false; }