mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 20:53:50 +00:00
Fix forward declaration.
This commit is contained in:
parent
9d02286592
commit
5a7ebab694
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ namespace CSMWorld
|
||||||
{
|
{
|
||||||
class CommandMacro;
|
class CommandMacro;
|
||||||
class Data;
|
class Data;
|
||||||
class Pathgrid;
|
struct Pathgrid;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace CSVRender
|
namespace CSVRender
|
||||||
|
|
Loading…
Reference in a new issue