mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-18 19:12:44 +03:00
fix(util): forward declare Blizzard::File::StreamRecord inside of SFile.hpp
This commit is contained in:
parent
0e665e8c5e
commit
f072312386
@ -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…
Reference in New Issue
Block a user