From cafde797732d62241207fb39b66456a69a0eb3c1 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 19 Jun 2016 22:20:32 -0400 Subject: TITANIC: Added PET cursor related methods --- engines/titanic/pet_control/pet_section.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'engines/titanic/pet_control/pet_section.h') diff --git a/engines/titanic/pet_control/pet_section.h b/engines/titanic/pet_control/pet_section.h index 52890fc79a..15c4033e8b 100644 --- a/engines/titanic/pet_control/pet_section.h +++ b/engines/titanic/pet_control/pet_section.h @@ -182,7 +182,10 @@ public: */ virtual void hideCursor() {} - virtual void proc38(int val) {} + /** + * Highlights a glyph item in the section, if applicable + */ + virtual void highlight(int id) {} /** * Get the PET control -- cgit v1.2.3