mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 09:35:28 +00:00
Issue #324: Change a forward declartion to avoid potential problems with pesky MSVC
This commit is contained in:
parent
d30ba14a17
commit
10723a149b
@ -22,7 +22,7 @@ namespace MWRender
|
|||||||
namespace MWMechanics
|
namespace MWMechanics
|
||||||
{
|
{
|
||||||
struct CreatureStats;
|
struct CreatureStats;
|
||||||
struct NpcStats;
|
class NpcStats;
|
||||||
struct Movement;
|
struct Movement;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user