mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-30 07:21:12 +00: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