From 4a454ed763c24f94062be5dd57f43e0a84c1b0a2 Mon Sep 17 00:00:00 2001 From: Marisa-Chan Date: Tue, 4 Feb 2014 08:32:02 +0700 Subject: ZVISION: New search manager for handle right handle for ZIX-files. --- engines/zvision/cursor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/zvision/cursor.h') diff --git a/engines/zvision/cursor.h b/engines/zvision/cursor.h index 8f119c8982..2304bf4c82 100644 --- a/engines/zvision/cursor.h +++ b/engines/zvision/cursor.h @@ -24,6 +24,7 @@ #define ZVISION_CURSOR_H #include "graphics/surface.h" +#include "zvision/zvision.h" namespace Common { @@ -40,6 +41,7 @@ class ZorkCursor { public: ZorkCursor(); ZorkCursor(const Common::String &fileName); + ZorkCursor(ZVision *engine, const Common::String &fileName); ZorkCursor(const ZorkCursor &other); ~ZorkCursor(); -- cgit v1.2.3