mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-06 22:50:31 -04:00
libs compiles
This commit is contained in:
parent
1b0f7fe0c2
commit
a7278bac40
121 changed files with 1528 additions and 1731 deletions
|
@ -5,7 +5,7 @@
|
|||
class IDDLFileEnumerator
|
||||
{
|
||||
public:
|
||||
virtual bool File(WString name, int group, unsigned long offset)=0;
|
||||
virtual bool File(WString name, int group, uint32_t offset)=0;
|
||||
};
|
||||
|
||||
struct DDLData
|
||||
|
@ -40,6 +40,6 @@ public:
|
|||
|
||||
bool OpenDDLFile(WString filename);
|
||||
bool EnumFiles(IDDLFileEnumerator &enmClass);
|
||||
DDLData ExtractFile(unsigned long offset);
|
||||
unsigned long GetFileSize(unsigned long offset);
|
||||
DDLData ExtractFile(uint32_t offset);
|
||||
uint32_t GetFileSize(uint32_t offset);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue