Skip to content

Commit

Permalink
WIP of xrAI and xrSE_Factory. Replace AIMapExport.h with external.
Browse files Browse the repository at this point in the history
  • Loading branch information
intorr committed Jan 2, 2018
1 parent 10d48b0 commit d71c70d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 32 deletions.
27 changes: 0 additions & 27 deletions src/utils/xrAI/AIMapExport.h

This file was deleted.

2 changes: 1 addition & 1 deletion src/utils/xrAI/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#include "utils/Shader_xrLC.h"
#include "xrAICore/Navigation/level_graph.h"
#include "editors/LevelEditor/Engine/communicate.h"
#include "editors/LevelEditor/Edit/ESceneAIMapTools_Export.h"
#include "Layers/xrRender/ETextureParams.h"
#include "AIMapExport.h"

// base patch used all the time up to merging
const u32 InvalidNode = (1 << 24) - 1;
Expand Down
1 change: 0 additions & 1 deletion src/utils/xrAI/xrAI.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@
<ClInclude Include="..\..\xrServerEntities\xrServer_Objects_ALife_Monsters.h" />
<ClInclude Include="..\..\xrServerEntities\xrServer_Object_Base.h" />
<ClInclude Include="..\..\xrServerEntities\xrServer_Space.h" />
<ClInclude Include="AIMapExport.h" />
<ClInclude Include="compiler.h" />
<ClInclude Include="cover_point.h" />
<ClInclude Include="cover_point_inline.h" />
Expand Down
3 changes: 0 additions & 3 deletions src/utils/xrAI/xrAI.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,6 @@
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="AIMapExport.h">
<Filter>Compiler</Filter>
</ClInclude>
<ClInclude Include="compiler.h">
<Filter>Compiler</Filter>
</ClInclude>
Expand Down

0 comments on commit d71c70d

Please sign in to comment.