SAGA: Fixed compilation with MSVC

svn-id: r55683
This commit is contained in:
Filippos Karapetis 2011-01-31 14:05:47 +00:00
parent a8d62921c7
commit dce4f404e6

View file

@ -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;