mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
fix(util): nest forward declaration of StreamRecord
This commit is contained in:
parent
76b92d1199
commit
2aa3bd3d04
1 changed files with 6 additions and 1 deletions
|
|
@ -9,7 +9,12 @@
|
|||
class SArchive;
|
||||
struct SOVERLAPPED;
|
||||
struct TASYNCPARAMBLOCK;
|
||||
class Blizzard::File::StreamRecord;
|
||||
namespace Blizzard {
|
||||
namespace File {
|
||||
class StreamRecord;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
class SFile {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue