mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-18 19:12:44 +03:00
fix(util): nest forward declaration of StreamRecord
This commit is contained in:
parent
76b92d1199
commit
2aa3bd3d04
@ -9,7 +9,12 @@
|
||||
class SArchive;
|
||||
struct SOVERLAPPED;
|
||||
struct TASYNCPARAMBLOCK;
|
||||
class Blizzard::File::StreamRecord;
|
||||
namespace Blizzard {
|
||||
namespace File {
|
||||
class StreamRecord;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
class SFile {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user