summaryrefslogtreecommitdiff
path: root/inc/creature.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/creature.h')
-rw-r--r--inc/creature.h5
1 files changed, 5 insertions, 0 deletions
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