aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/continue_save_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/continue_save_dialog.h')
-rw-r--r--engines/titanic/continue_save_dialog.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/titanic/continue_save_dialog.h b/engines/titanic/continue_save_dialog.h
index 697a930b7b..58c7deef00 100644
--- a/engines/titanic/continue_save_dialog.h
+++ b/engines/titanic/continue_save_dialog.h
@@ -28,6 +28,7 @@
#include "titanic/support/image.h"
#include "titanic/support/rect.h"
#include "titanic/support/string.h"
+#include "titanic/pet_control/pet_text.h"
namespace Titanic {
@@ -42,6 +43,7 @@ class CContinueSaveDialog : public CEventTarget {
};
private:
Common::Array<SaveEntry> _saves;
+ CPetText _slotNames[5];
int _highlightedSlot, _selectedSlot;
Point _mousePos;
bool _evilTwinShown;
@@ -66,6 +68,16 @@ private:
* Render the buttons
*/
void renderButtons();
+
+ /**
+ * Render the slots
+ */
+ void renderSlots();
+
+ /**
+ * Get the area to draw a slot name in
+ */
+ Rect getSlotBounds(int index);
public:
CContinueSaveDialog();
virtual ~CContinueSaveDialog();