diff options
author | Marisa-Chan | 2014-02-04 08:32:02 +0700 |
---|---|---|
committer | Marisa-Chan | 2014-02-04 08:32:02 +0700 |
commit | 4a454ed763c24f94062be5dd57f43e0a84c1b0a2 (patch) | |
tree | cbfd6f403c780c696d86bc02397e93a89dba9870 /engines/zvision/cursor.h | |
parent | 9c9f59d57060617d1acec71bd0d4066504f17c7a (diff) | |
download | scummvm-rg350-4a454ed763c24f94062be5dd57f43e0a84c1b0a2.tar.gz scummvm-rg350-4a454ed763c24f94062be5dd57f43e0a84c1b0a2.tar.bz2 scummvm-rg350-4a454ed763c24f94062be5dd57f43e0a84c1b0a2.zip |
ZVISION: New search manager for handle right handle for ZIX-files.
Diffstat (limited to 'engines/zvision/cursor.h')
-rw-r--r-- | engines/zvision/cursor.h | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |