src/ai/api/ai_list.hpp
branchnoai
changeset 9664 c5741021bf59
parent 9596 8af5a1399842
child 9751 556f25efbc54
--- a/src/ai/api/ai_list.hpp	Sun Jul 15 11:28:52 2007 +0000
+++ b/src/ai/api/ai_list.hpp	Sun Jul 15 11:45:25 2007 +0000
@@ -21,8 +21,16 @@
 	/**
 	 * Add an item to the list.
 	 * @param item the item to add.
+	 * @param value the value to assign.
 	 */
-	void AddItem(int32 item);
+	void AddItem(int32 item, int32 value);
+
+	/**
+	 * Change the value of an item in the list.
+	 * @param item the item to change
+	 * @param value the value to assign.
+	 */
+	void ChangeItem(int32 item, int32 value);
 
 	/**
 	 * Remove the item from the list.