diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-25 20:58:51 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-25 20:58:51 +0000 |
commit | 6476f87c63195cc5940b638ba946759f18b597fd (patch) | |
tree | 94223a7630d416f8ec3586ea1c2d440b1aae939e /src | |
parent | 18db3b8f930d711fab34897f7be303c430d0cf41 (diff) | |
download | mana-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')
-rw-r--r-- | src/gui/npc.h | 7 |
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 |