summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_display.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/skin_engine/skin_display.h')
-rw-r--r--apps/gui/skin_engine/skin_display.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/gui/skin_engine/skin_display.h b/apps/gui/skin_engine/skin_display.h
index 81274a7391..67b7bfdf27 100644
--- a/apps/gui/skin_engine/skin_display.h
+++ b/apps/gui/skin_engine/skin_display.h
@@ -44,7 +44,8 @@ void draw_player_fullbar(struct gui_wps *gwps, char* buf, int buf_size);
44/* Evaluate the conditional that is at *token_index and return whether a skip 44/* Evaluate the conditional that is at *token_index and return whether a skip
45 has ocurred. *token_index is updated with the new position. 45 has ocurred. *token_index is updated with the new position.
46*/ 46*/
47int evaluate_conditional(struct gui_wps *gwps, struct conditional *conditional, int num_options); 47int evaluate_conditional(struct gui_wps *gwps, int offset,
48 struct conditional *conditional, int num_options);
48/* Display a line appropriately according to its alignment format. 49/* Display a line appropriately according to its alignment format.
49 format_align contains the text, separated between left, center and right. 50 format_align contains the text, separated between left, center and right.
50 line is the index of the line on the screen. 51 line is the index of the line on the screen.