summaryrefslogtreecommitdiff
path: root/inc/creature.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inc/creature.hpp')
-rw-r--r--inc/creature.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/creature.hpp b/inc/creature.hpp
index 90b0b17..7c5c8cb 100644
--- a/inc/creature.hpp
+++ b/inc/creature.hpp
@@ -8,7 +8,7 @@ class Creature: public Entity
{
public:
Creature(Window m, std::string s);
- void Behavior();
+ int Behavior();
bool Action();
void Priority();
Location getLocation();