From 2a299e52a858b838190e5f4300bc53fc88282b48 Mon Sep 17 00:00:00 2001 From: Dydzio Date: Tue, 9 Oct 2018 12:39:57 +0200 Subject: [PATCH] Add AI pathfinding to VS files --- AI/VCAI/VCAI.vcxproj | 8 +++++ AI/VCAI/VCAI.vcxproj.filters | 59 ++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 AI/VCAI/VCAI.vcxproj.filters diff --git a/AI/VCAI/VCAI.vcxproj b/AI/VCAI/VCAI.vcxproj index f145425d9..f47938a2a 100644 --- a/AI/VCAI/VCAI.vcxproj +++ b/AI/VCAI/VCAI.vcxproj @@ -145,6 +145,10 @@ + + + + @@ -163,6 +167,10 @@ + + + + diff --git a/AI/VCAI/VCAI.vcxproj.filters b/AI/VCAI/VCAI.vcxproj.filters new file mode 100644 index 000000000..dc623aa80 --- /dev/null +++ b/AI/VCAI/VCAI.vcxproj.filters @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + Pathfinding + + + Pathfinding + + + Pathfinding + + + Pathfinding + + + + + + + + + + + + + + + + Pathfinding + + + Pathfinding + + + Pathfinding + + + Pathfinding + + + + + {f0ef4866-37a3-4a10-a6bf-34460fcefab5} + + + \ No newline at end of file