summaryrefslogtreecommitdiff
path: root/src/gui/npc.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-25 20:58:51 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-25 20:58:51 +0000
commit6476f87c63195cc5940b638ba946759f18b597fd (patch)
tree94223a7630d416f8ec3586ea1c2d440b1aae939e /src/gui/npc.h
parent18db3b8f930d711fab34897f7be303c430d0cf41 (diff)
downloadmana-client-6476f87c63195cc5940b638ba946759f18b597fd.tar.gz
mana-client-6476f87c63195cc5940b638ba946759f18b597fd.tar.bz2
mana-client-6476f87c63195cc5940b638ba946759f18b597fd.tar.xz
mana-client-6476f87c63195cc5940b638ba946759f18b597fd.zip
Document supposed behaviour.
Diffstat (limited to 'src/gui/npc.h')
-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