From 452f529996da277ac13d1776a03f26f0094a0357 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 19 Oct 2015 08:50:14 -0400 Subject: documentation part 1 --- include/entities.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include/entities.h') diff --git a/include/entities.h b/include/entities.h index 431407b..655390b 100644 --- a/include/entities.h +++ b/include/entities.h @@ -23,8 +23,8 @@ public: float height; float speed; //speed of the play - int health; - int maxHealth; + float health; + float maxHealth; int subtype; _TYPE type; @@ -68,7 +68,6 @@ public: std::vectoraiFunc; NPC(); void addAIFunc(int (*func)(NPC *),bool preload); - void flushAIFunc(void); void interact(); void wander(int, vec2*); }; -- cgit v1.2.3