mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-21 10:53:51 +00:00
Issue #324: Change a forward declartion to avoid potential problems with pesky MSVC
This commit is contained in:
parent
d30ba14a17
commit
10723a149b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ namespace MWRender
|
|||
namespace MWMechanics
|
||||
{
|
||||
struct CreatureStats;
|
||||
struct NpcStats;
|
||||
class NpcStats;
|
||||
struct Movement;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue