From afcf5f509a318ee66a16690f204f03dee701722e Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Mon, 4 May 2015 13:51:24 -0500 Subject: process of implementing the unit list, have not compiled or tested --- inc/creature.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'inc/creature.hpp') diff --git a/inc/creature.hpp b/inc/creature.hpp index c0e80a7..ab4b328 100644 --- a/inc/creature.hpp +++ b/inc/creature.hpp @@ -8,7 +8,8 @@ class Creature: public Entity public: Creature(Window m, std::string s); void Behavior(); - void Action(); + void Action(); + private: int xT; int yT; -- cgit v1.2.3