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 <fstream>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
#include <bc/file/File.hpp>
|
|
||||||
|
|
||||||
class SArchive;
|
class SArchive;
|
||||||
struct SOVERLAPPED;
|
struct SOVERLAPPED;
|
||||||
struct TASYNCPARAMBLOCK;
|
struct TASYNCPARAMBLOCK;
|
||||||
|
class Blizzard::File::StreamRecord;
|
||||||
|
|
||||||
class SFile {
|
class SFile {
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue