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