mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 23:51:09 -04:00
Correct struct to class in forward declarations
Fixes http://bugs.openmw.org/issues/362
This commit is contained in:
parent
97c45455fd
commit
b373d0ec7b
@ -21,7 +21,7 @@ namespace MWRender
|
|||||||
|
|
||||||
namespace MWMechanics
|
namespace MWMechanics
|
||||||
{
|
{
|
||||||
struct CreatureStats;
|
class CreatureStats;
|
||||||
class NpcStats;
|
class NpcStats;
|
||||||
struct Movement;
|
struct Movement;
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
namespace MWMechanics
|
namespace MWMechanics
|
||||||
{
|
{
|
||||||
struct NpcStats;
|
class NpcStats;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace MWWorld
|
namespace MWWorld
|
||||||
|
Loading…
x
Reference in New Issue
Block a user