mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 23:45:32 +00:00
replaced #include with forward class declaration, as suggested by slaugherfish.
This commit is contained in:
parent
cb8ca2f03a
commit
bfff84ba8f
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,6 @@
|
||||||
#include "pathfinding.hpp"
|
#include "pathfinding.hpp"
|
||||||
#include <components/esm/defs.hpp>
|
#include <components/esm/defs.hpp>
|
||||||
|
|
||||||
#include "../mwworld/cellstore.hpp"
|
|
||||||
|
|
||||||
#include "obstacle.hpp"
|
#include "obstacle.hpp"
|
||||||
#include "aistate.hpp"
|
#include "aistate.hpp"
|
||||||
|
|
||||||
|
@ -16,6 +14,7 @@ namespace MWWorld
|
||||||
|
|
||||||
namespace ESM
|
namespace ESM
|
||||||
{
|
{
|
||||||
|
struct Cell;
|
||||||
namespace AiSequence
|
namespace AiSequence
|
||||||
{
|
{
|
||||||
struct AiSequence;
|
struct AiSequence;
|
||||||
|
|
Loading…
Reference in a new issue