diff options
-rw-r--r-- | engines/saga/resource.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/saga/resource.h b/engines/saga/resource.h index 128bd9c9e2..a21f636f25 100644 --- a/engines/saga/resource.h +++ b/engines/saga/resource.h @@ -28,6 +28,7 @@ #ifndef SAGA_RESOURCE_H #define SAGA_RESOURCE_H +#include "common/array.h" #include "common/file.h" #include "common/list.h" @@ -39,6 +40,9 @@ namespace Saga { #define RSC_MIN_FILESIZE (RSC_TABLEINFO_SIZE + RSC_TABLEENTRY_SIZE + 1) +class SagaEngine; +class ByteArray; + struct PatchData { Common::File *_patchFile; const char *_fileName; |