mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
Fix linking issues on Windows using MSVC.
This commit is contained in:
parent
e3d85af70a
commit
e50a393de4
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
namespace ESM
|
namespace ESM
|
||||||
{
|
{
|
||||||
class ObjectState;
|
struct ObjectState;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace MWWorld
|
namespace MWWorld
|
||||||
|
@ -14,7 +14,7 @@ namespace ESM
|
|||||||
{
|
{
|
||||||
class Script;
|
class Script;
|
||||||
class CellRef;
|
class CellRef;
|
||||||
class ObjectState;
|
struct ObjectState;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace MWWorld
|
namespace MWWorld
|
||||||
|
Loading…
x
Reference in New Issue
Block a user