SAGA: Fixed compilation with MSVC
svn-id: r55683
This commit is contained in:
parent
a8d62921c7
commit
dce4f404e6
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue