diff options
Diffstat (limited to 'Creature.h')
-rw-r--r-- | Creature.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |