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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/teenagent/actor.h b/engines/teenagent/actor.h
index d295d2227b..3aae27c073 100644
--- a/engines/teenagent/actor.h
+++ b/engines/teenagent/actor.h
@@ -22,7 +22,7 @@
* $Id$
*/
-#include "animation.h"
+#include "teenagent/animation.h"
#include "common/rect.h"
namespace TeenAgent {
@@ -31,4 +31,5 @@ class Actor : public Animation {
public:
void render(Graphics::Surface * surface, const Common::Point & position, uint8 orientation, int delta_frame);
};
-}
+
+} // End of namespace TeenAgent