diff --git a/AI/VCAI/FuzzyEngines.h b/AI/VCAI/FuzzyEngines.h index 26de9c1ef..cad20a48a 100644 --- a/AI/VCAI/FuzzyEngines.h +++ b/AI/VCAI/FuzzyEngines.h @@ -8,7 +8,7 @@ * */ #pragma once -#include "fl/Headers.h" +#include #include "Goals/AbstractGoal.h" class CArmedInstance; @@ -69,4 +69,4 @@ public: float evaluate(Goals::VisitObj & goal); protected: fl::InputVariable * objectValue; -}; \ No newline at end of file +}; diff --git a/AI/VCAI/FuzzyHelper.h b/AI/VCAI/FuzzyHelper.h index c82a91923..4d75aeda9 100644 --- a/AI/VCAI/FuzzyHelper.h +++ b/AI/VCAI/FuzzyHelper.h @@ -12,7 +12,7 @@ class CBank; -class FuzzyHelper +class DLL_EXPORT FuzzyHelper { public: TacticalAdvantageEngine tacticalAdvantageEngine; diff --git a/AI/VCAI/VCAI.cbp b/AI/VCAI/VCAI.cbp index 33a004611..91277c4c8 100644 --- a/AI/VCAI/VCAI.cbp +++ b/AI/VCAI/VCAI.cbp @@ -91,8 +91,53 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/Test.cbp b/test/Test.cbp index 883c262ff..a95509733 100644 --- a/test/Test.cbp +++ b/test/Test.cbp @@ -61,6 +61,7 @@ + diff --git a/test/vcai/mock_VCAI_CGoal.h b/test/vcai/mock_VCAI_CGoal.h index 4086fb7b9..5e32eb1b1 100644 --- a/test/vcai/mock_VCAI_CGoal.h +++ b/test/vcai/mock_VCAI_CGoal.h @@ -10,7 +10,7 @@ #pragma once -#include "../AI/VCAI/Goals.h" +#include "../../AI/VCAI/Goals/Goals.h" namespace Goals {