aboutsummaryrefslogtreecommitdiff
path: root/fns.h
diff options
context:
space:
mode:
Diffstat (limited to 'fns.h')
-rw-r--r--fns.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/fns.h b/fns.h
index eb9c5ba..97667fb 100644
--- a/fns.h
+++ b/fns.h
@@ -38,3 +38,9 @@ void delmenulist(Menulist*);
*/
Cmdbuf *parsecmd(char*, int);
Cmdtab *lookupcmd(Cmdbuf*, Cmdtab*, int);
+
+/*
+ * andy
+ */
+Andy *newandy(Player*);
+void freeandy(Andy*);