diff options
Diffstat (limited to 'include/entities.h')
-rw-r--r-- | include/entities.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/entities.h b/include/entities.h index fa98285..1fcb896 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); }; |