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