- Joined
- Jun 21, 2012
- Messages
- 431
Code:
[DllImport("SFmpq.dll")]
static extern bool MpqOpenArchiveForUpdate(string lpFileName, uint dwFlags);
[DllImport("SFmpq.dll")]
static extern bool SFileOpenFile(string szMpqName, uint phMPQ);
[DllImport("SFmpq.dll")]
static extern bool SFileCloseFile(uint hFile);
Ok forgot the above I found a solutions for this at Работа с MPQ посредством SFmpq.dll [C#] [Архив] - Форумы Blizzard.GG
Last edited: