From 386279f378d49f6dddb276fbfde92fe1444b6ea1 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Fri, 1 May 2015 14:02:12 -0500 Subject: needs cleaning, hasnt been tested --- inc/creature.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'inc/creature.h') diff --git a/inc/creature.h b/inc/creature.h index 5f5bb8d..eef0d03 100644 --- a/inc/creature.h +++ b/inc/creature.h @@ -7,6 +7,11 @@ class Creature: public Entity { public: Creature(Window m, std::string s); + void Behavior(); + void Action(); + private: + int xT; + int yT; }; #endif -- cgit v1.2.3