summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/npc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/npc.h b/src/gui/npc.h
index 02cc7eb1..f18aece6 100644
--- a/src/gui/npc.h
+++ b/src/gui/npc.h
@@ -27,7 +27,14 @@ struct ITEM {
};
char *item_list(int index, int *list_size);
+
+/**
+ * Fills the options list for an NPC dialog.
+ *
+ * @param string A string with the options separated with colons.
+ */
void parse_items(const char *string);
+
void remove_all_items();
#endif