aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_rooms_glyphs.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-06-24 07:34:02 -0400
committerPaul Gilbert2016-07-15 19:24:39 -0400
commit9ae0a76333a2258d92996a62a6cc7b1e630107b6 (patch)
tree57eade79680576913fccc3c4b473e25944e01146 /engines/titanic/pet_control/pet_rooms_glyphs.h
parentec5dcc17dc75a1b74a417676edf0c51048e19b6c (diff)
downloadscummvm-rg350-9ae0a76333a2258d92996a62a6cc7b1e630107b6.tar.gz
scummvm-rg350-9ae0a76333a2258d92996a62a6cc7b1e630107b6.tar.bz2
scummvm-rg350-9ae0a76333a2258d92996a62a6cc7b1e630107b6.zip
TITANIC: Properly named several PET Glyph virtual methods
Diffstat (limited to 'engines/titanic/pet_control/pet_rooms_glyphs.h')
-rw-r--r--engines/titanic/pet_control/pet_rooms_glyphs.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/engines/titanic/pet_control/pet_rooms_glyphs.h b/engines/titanic/pet_control/pet_rooms_glyphs.h
index f3bd2d2b61..3706fcc01e 100644
--- a/engines/titanic/pet_control/pet_rooms_glyphs.h
+++ b/engines/titanic/pet_control/pet_rooms_glyphs.h
@@ -76,11 +76,14 @@ public:
virtual void draw2(CScreenManager *screenManager) {}
/**
- *
+ * Selects a glyph
*/
- virtual void proc28(const Point &topLeft, const Point &pt);
+ virtual void selectGlyph(const Point &topLeft, const Point &pt);
- virtual int proc29(const Point &pt);
+ /**
+ * Called when a glyph drag starts
+ */
+ virtual bool dragGlyph(const Point &topLeft, CMouseDragStartMsg *msg);
/**
* Returns the tooltip text for when the glyph is selected