forked from teamnwah/openmw-tes3coop
Fix linking issues on Windows using MSVC.
This commit is contained in:
parent
e3d85af70a
commit
e50a393de4
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue