diff options
author | Justin F <forsbergjj@gmail.com> | 2023-06-01 22:36:02 -0500 |
---|---|---|
committer | Justin F <forsbergjj@gmail.com> | 2023-06-01 22:36:02 -0500 |
commit | 927bac4d58db93764c272abedd4a7b263ed66a9c (patch) | |
tree | 2bc61b63f1c996aaee9c75374f4e77e74bae8fde /src/StormLib.h | |
parent | 33e6a2bdfec872c31bfd7ce2899012c129894f7e (diff) |
Add listfile from memory
Diffstat (limited to 'src/StormLib.h')
-rw-r--r-- | src/StormLib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/StormLib.h b/src/StormLib.h index e45f99d..07408b2 100644 --- a/src/StormLib.h +++ b/src/StormLib.h @@ -1025,6 +1025,7 @@ bool WINAPI SFileCloseArchive(HANDLE hMpq); // so you can use this API to combining more listfiles. // Note that this function is internally called by SFileFindFirstFile DWORD WINAPI SFileAddListFile(HANDLE hMpq, const TCHAR * szListFile); +DWORD WINAPI SFileAddListFileEntries(HANDLE hMpq, const char ** listFileEntries, DWORD dwEntryCount); // Archive compacting bool WINAPI SFileSetCompactCallback(HANDLE hMpq, SFILE_COMPACT_CALLBACK CompactCB, void * pvUserData); |