Issue #324: Change a forward declartion to avoid potential problems with pesky MSVC

This commit is contained in:
Marc Zinnschlag 2012-07-06 18:25:16 +02:00
parent d30ba14a17
commit 10723a149b

View file

@ -22,7 +22,7 @@ namespace MWRender
namespace MWMechanics
{
struct CreatureStats;
struct NpcStats;
class NpcStats;
struct Movement;
}