1
0
Fork 0
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:
elsid 2024-01-17 22:57:53 +01:00
parent c77da18865
commit 199d97d32a
No known key found for this signature in database
GPG key ID: 4DE04C198CBA7625
2 changed files with 6 additions and 1 deletions

View file

@ -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"

View file

@ -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)