We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d6629b commit 810d0eeCopy full SHA for 810d0ee
src/xrAICore/Navigation/PatrolPath/patrol_path.cpp
@@ -8,7 +8,6 @@
8
9
#include "pch.hpp"
10
#include "patrol_path.h"
11
-#include "xrCore/xrCore.h"
12
#include "Common/LevelGameDef.h"
13
14
LPCSTR TEST_PATROL_PATH_NAME = "val_dogs_nest4_centre";
src/xrAICore/Navigation/graph_engine_space.h
@@ -7,6 +7,7 @@
7
////////////////////////////////////////////////////////////////////////////
#pragma once
+
#include "xrCore/xrCore.h"
template <typename _condition_type, typename _value_type>
0 commit comments