diff options
author | Ladislav Zezula <zezula@volny.cz> | 2023-06-02 07:31:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-02 07:31:28 +0200 |
commit | e0dc612ec8deeb12773009f6bb3d9df7a95b1051 (patch) | |
tree | 2bc61b63f1c996aaee9c75374f4e77e74bae8fde /src/StormLib.h | |
parent | 33e6a2bdfec872c31bfd7ce2899012c129894f7e (diff) | |
parent | 927bac4d58db93764c272abedd4a7b263ed66a9c (diff) |
Merge pull request #291 from TheNitesWhoSay/feature/add-listfile-from-memory
Sounds fine. I'll merge it and then do some cosmetics to your code.
Thanks for the contribution! 👍
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); |