For some reason I need to use dtSqrt() function.
I include Detour/DetourCommon.h to .cpp file.
In build.cs file I write :
PublicDependencyModuleNames.AddRange(
new string[] {
“Navmesh”,
…
}
);
And I have LNK error 2019 for dtSqrt();
For some reason I need to use dtSqrt() function.
I include Detour/DetourCommon.h to .cpp file.
In build.cs file I write :
PublicDependencyModuleNames.AddRange(
new string[] {
“Navmesh”,
…
}
);
And I have LNK error 2019 for dtSqrt();