More work on C sample agents. Learning agents are a pain.
[progcomp10.git] / link / C / c-link-lib / agents / c-lucifer.c
index adfb2ba..1dabc34 100644 (file)
@@ -57,4 +57,10 @@ void Results( char * foeName, int isInstigatedByYou, ITEMTYPE yourItem,
                         ITEMTYPE theirItem, ITEMTYPE promisedItem) {
        
        return; /* Ignore whatever just happened. */
+}
+
+/* same for Cleanup() */
+
+void Cleanup() {
+       return;
 }
\ No newline at end of file

UCC git Repository :: git.ucc.asn.au