aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/interface.h')
-rw-r--r--engines/xeen/interface.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/xeen/interface.h b/engines/xeen/interface.h
index bbc2a77f1e..6de04495b2 100644
--- a/engines/xeen/interface.h
+++ b/engines/xeen/interface.h
@@ -71,8 +71,18 @@ public:
void drawParty(bool updateFlag);
+ /**
+ * Highlights the specified character in the party display at the bottom of the screen
+ * @param charId Character number
+ */
void highlightChar(int charId);
+ /**
+ * Highlights the specified character in the party display at the bottom of the screen
+ * @param c Character to highlight
+ */
+ void highlightChar(const Character *c);
+
void unhighlightChar();
void resetHighlight();