diff options
| author | oy <Tom_Adams@web.de> | 2010-10-06 23:07:35 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-10-06 23:07:35 +0200 |
| commit | 3a98f7a048c044ce0d870320fc0b1def0db4f7fb (patch) | |
| tree | 7dfa1826e537355b37d00e77558ca623a915bac2 /src/engine/shared/datafile.h | |
| parent | a62a7413d1ff25c8e07657b96a485f001004619a (diff) | |
| download | zcatch-3a98f7a048c044ce0d870320fc0b1def0db4f7fb.tar.gz zcatch-3a98f7a048c044ce0d870320fc0b1def0db4f7fb.zip | |
added mod system. Closes #34
Diffstat (limited to 'src/engine/shared/datafile.h')
| -rw-r--r-- | src/engine/shared/datafile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/shared/datafile.h b/src/engine/shared/datafile.h index e0f08b7c..0392e493 100644 --- a/src/engine/shared/datafile.h +++ b/src/engine/shared/datafile.h @@ -12,7 +12,7 @@ public: bool IsOpen() const { return m_pDataFile != 0; } - bool Open(class IStorage *pStorage, const char *pFilename); + bool Open(class IStorage *pStorage, const char *pFilename, int StorageType); bool Close(); void *GetData(int Index); |