mirror of
https://github.com/halpz/re3.git
synced 2025-07-27 12:32:50 +00:00
CVisibilityPlugins, CRenderer, some fixes
This commit is contained in:
@ -33,4 +33,6 @@ namespace base
|
||||
|
||||
void cRelocatableChunkWriter::Save(const char* filename, uint32 a3, uint32 a4, bool a5) {}
|
||||
void cRelocatableChunkWriter::Save(void* file, uint32 a3, uint32 a4, bool a5, sChunkHeader* pHeader) {}
|
||||
|
||||
void RegisterRelocatableChunkFunc(const void *func) {}
|
||||
};
|
@ -50,4 +50,6 @@ namespace base
|
||||
void Save(const char* filename, uint32 a3, uint32 a4, bool a5);
|
||||
void Save(void* file, uint32 a3, uint32 a4, bool a5, sChunkHeader* pHeader);
|
||||
};
|
||||
|
||||
void RegisterRelocatableChunkFunc(const void *func);
|
||||
};
|
Reference in New Issue
Block a user