aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/disk.h
diff options
context:
space:
mode:
authorNicola Mettifogo2007-04-07 10:02:59 +0000
committerNicola Mettifogo2007-04-07 10:02:59 +0000
commit59b15386853af4e2e3dbe4ec21518874b6b45625 (patch)
treed20c349eef264ab64d370ce0167e698a7e502c14 /engines/parallaction/disk.h
parent93673711073bbf6947e83ca3ec9cd262036aa64a (diff)
downloadscummvm-rg350-59b15386853af4e2e3dbe4ec21518874b6b45625.tar.gz
scummvm-rg350-59b15386853af4e2e3dbe4ec21518874b6b45625.tar.bz2
scummvm-rg350-59b15386853af4e2e3dbe4ec21518874b6b45625.zip
Reduced dependency between project files, and prepared defs.h for deletion as soon as List<>'s usage is implemented.
svn-id: r26400
Diffstat (limited to 'engines/parallaction/disk.h')
-rw-r--r--engines/parallaction/disk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/parallaction/disk.h b/engines/parallaction/disk.h
index c4f49a86e9..5e6233f3af 100644
--- a/engines/parallaction/disk.h
+++ b/engines/parallaction/disk.h
@@ -40,6 +40,9 @@ class Parallaction;
class Gfx;
class Script;
+struct Cnv;
+struct StaticCnv;
+
class Archive : public Common::SeekableReadStream {
protected: