1
0
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:
Alexander "Ace" Olofsson 2014-02-02 23:59:57 +01:00
parent e3d85af70a
commit e50a393de4
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
namespace ESM
{
class ObjectState;
struct ObjectState;
}
namespace MWWorld

View File

@ -14,7 +14,7 @@ namespace ESM
{
class Script;
class CellRef;
class ObjectState;
struct ObjectState;
}
namespace MWWorld