summaryrefslogtreecommitdiff
path: root/Creature.h
diff options
context:
space:
mode:
Diffstat (limited to 'Creature.h')
-rw-r--r--Creature.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Creature.h b/Creature.h
index 4c9197c..eb0f192 100644
--- a/Creature.h
+++ b/Creature.h
@@ -22,6 +22,9 @@ class Creature : public Sprite {
int getHealth();
void setHealth(int h);
+ // Set correct sprite clip for current situation
+ void orient();
+
protected:
// Velocities
int xVel, yVel;