Merge branch 'develop' into z64-devmerge

This commit is contained in:
briaguya 2022-06-17 00:39:07 -04:00
commit dd42cca2cf
24 changed files with 355 additions and 299 deletions

View file

@ -684,3 +684,4 @@ bool WINAPI SListFileFindClose(HANDLE hFind)
return FreeListFileCache(pCache);
}

View file

@ -438,3 +438,4 @@ void DumpFileTable(TFileEntry * pFileTable, DWORD dwFileTableSize);
#endif
#endif // __STORMCOMMON_H__