aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/teenagent/actor.h')
-rw-r--r--engines/teenagent/actor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/teenagent/actor.h b/engines/teenagent/actor.h
index 693ca7a2ee..9ae213d7f8 100644
--- a/engines/teenagent/actor.h
+++ b/engines/teenagent/actor.h
@@ -28,8 +28,10 @@
namespace TeenAgent {
class Actor : public Animation {
+ uint head_index;
public:
- Common::Rect render(Graphics::Surface *surface, const Common::Point &position, uint8 orientation, int delta_frame);
+ Actor();
+ Common::Rect render(Graphics::Surface *surface, const Common::Point &position, uint8 orientation, int delta_frame, bool head);
};
} // End of namespace TeenAgent