mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
fix(util): forward declare Blizzard::File::StreamRecord inside of SFile.hpp
This commit is contained in:
parent
0e665e8c5e
commit
f072312386
1 changed files with 1 additions and 2 deletions
|
|
@ -6,11 +6,10 @@
|
|||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
#include <bc/file/File.hpp>
|
||||
|
||||
class SArchive;
|
||||
struct SOVERLAPPED;
|
||||
struct TASYNCPARAMBLOCK;
|
||||
class Blizzard::File::StreamRecord;
|
||||
|
||||
class SFile {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue