mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 01:45:38 +00:00
Use forward declaration for VFS::Manager
This commit is contained in:
parent
c77da18865
commit
199d97d32a
2 changed files with 6 additions and 1 deletions
|
@ -41,6 +41,7 @@
|
|||
#include <components/files/conversion.hpp>
|
||||
#include <components/misc/strings/lower.hpp>
|
||||
#include <components/to_utf8/to_utf8.hpp>
|
||||
#include <components/vfs/manager.hpp>
|
||||
|
||||
#include "grouptype.hpp"
|
||||
|
||||
|
|
|
@ -36,13 +36,17 @@
|
|||
|
||||
#include <components/esm/formid.hpp>
|
||||
#include <components/files/istreamptr.hpp>
|
||||
#include <components/vfs/manager.hpp>
|
||||
|
||||
namespace ToUTF8
|
||||
{
|
||||
class StatelessUtf8Encoder;
|
||||
}
|
||||
|
||||
namespace VFS
|
||||
{
|
||||
class Manager;
|
||||
}
|
||||
|
||||
namespace ESM4
|
||||
{
|
||||
#pragma pack(push, 1)
|
||||
|
|
Loading…
Reference in a new issue