fix(util): nest forward declaration of StreamRecord

This commit is contained in:
superp00t 2023-12-04 19:15:37 -05:00
parent 76b92d1199
commit 2aa3bd3d04

View File

@ -9,7 +9,12 @@
class SArchive;
struct SOVERLAPPED;
struct TASYNCPARAMBLOCK;
class Blizzard::File::StreamRecord;
namespace Blizzard {
namespace File {
class StreamRecord;
};
};
class SFile {
public: