aboutsummaryrefslogtreecommitdiffstats
path: root/include/entities.h
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-01-21 09:09:57 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-01-21 09:09:57 -0500
commit2de24080f2954fda1d8b4142907fb8743ea66a22 (patch)
tree5988b9ea3642b276fd14047648d4673ded8ba511 /include/entities.h
parent9b6173fb47e5d7bbcded9e3ef1cb735690be4c84 (diff)
parent77f6086bedaa0cbd945fb727a9e82a4c93e6255c (diff)
Merge branch 'master' of http://github.com/tcsullivan/gamedev
Diffstat (limited to 'include/entities.h')
-rw-r--r--include/entities.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/entities.h b/include/entities.h
index d894c21..56b3078 100644
--- a/include/entities.h
+++ b/include/entities.h
@@ -190,6 +190,7 @@ public:
~NPC();
void addAIFunc(int (*func)(NPC *),bool preload);
+ void clearAIFunc(void);
void interact();
void wander(int);
};