Revert "Backend update from GZDoom."

Undoing the file system refactor.
This commit is contained in:
Christoph Oelckers 2025-01-20 14:37:39 +01:00
parent e3a0ec65f7
commit b0e8aae59f
108 changed files with 1315 additions and 1838 deletions

View file

@ -47,7 +47,7 @@
//
//==========================================================================
void FStringTable::LoadStrings (FileSystem& fileSystem, const char *language)
void FStringTable::LoadStrings (FileSys::FileSystem& fileSystem, const char *language)
{
int lastlump, lump;