aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs_char_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/dialogs_char_info.h')
-rw-r--r--engines/xeen/dialogs_char_info.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/xeen/dialogs_char_info.h b/engines/xeen/dialogs_char_info.h
index 5a20ff2248..90b35a9f6b 100644
--- a/engines/xeen/dialogs_char_info.h
+++ b/engines/xeen/dialogs_char_info.h
@@ -40,12 +40,24 @@ private:
void execute(int charIndex);
+ /**
+ * Load the draw structure list with frame numbers and positions
+ */
void loadDrawStructs();
+ /**
+ * Set up the button list for the dialog
+ */
void addButtons();
+ /**
+ * Return a string containing the details of the character
+ */
Common::String loadCharacterDetails(const Character &c);
+ /**
+ * Cursor display handling
+ */
void showCursor(bool flag);
bool expandStat(int attrib, const Character &c);