mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-31 06:32:39 +00:00
Type forward VFS::Manager in luastate.hpp and l10n.hpp
This commit is contained in:
parent
5078b6822a
commit
764d34362e
@ -3,6 +3,7 @@
|
||||
#include <unicode/errorcode.h>
|
||||
|
||||
#include <components/debug/debuglog.hpp>
|
||||
#include <components/vfs/manager.hpp>
|
||||
|
||||
namespace sol
|
||||
{
|
||||
|
@ -5,6 +5,11 @@
|
||||
|
||||
#include <components/l10n/messagebundles.hpp>
|
||||
|
||||
namespace VFS
|
||||
{
|
||||
class Manager;
|
||||
}
|
||||
|
||||
namespace LuaUtil
|
||||
{
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
#include <filesystem>
|
||||
|
||||
#include <components/debug/debuglog.hpp>
|
||||
#include <components/vfs/manager.hpp>
|
||||
|
||||
namespace LuaUtil
|
||||
{
|
||||
|
@ -5,10 +5,13 @@
|
||||
|
||||
#include <sol/sol.hpp>
|
||||
|
||||
#include <components/vfs/manager.hpp>
|
||||
|
||||
#include "configuration.hpp"
|
||||
|
||||
namespace VFS
|
||||
{
|
||||
class Manager;
|
||||
}
|
||||
|
||||
namespace LuaUtil
|
||||
{
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user