mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-06-08 08:13:49 +00:00
Fixed fastlz include declaration
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
// 3. This notice may not be removed or altered from any source distribution.
|
||||
//
|
||||
|
||||
#include "SDL_opengl.h"
|
||||
#include "Sample_TempObstacles.h"
|
||||
|
||||
#include "DetourCommon.h"
|
||||
#include "DetourDebugDraw.h"
|
||||
@@ -26,15 +26,15 @@
|
||||
#include "PartitionedMesh.h"
|
||||
#include "Recast.h"
|
||||
#include "RecastDebugDraw.h"
|
||||
#include "SDL_opengl.h"
|
||||
#include "Sample.h"
|
||||
#include "Sample_TempObstacles.h"
|
||||
#include "Tool_ConvexVolume.h"
|
||||
#include "Tool_Crowd.h"
|
||||
#include "Tool_NavMeshTester.h"
|
||||
#include "Tool_OffMeshConnection.h"
|
||||
#include "fastlz.h"
|
||||
#include "imguiHelpers.h"
|
||||
|
||||
#include <fastlz.h>
|
||||
#include <imgui.h>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
@@ -143,7 +143,6 @@ project "Contrib"
|
||||
"../RecastDemo/Contrib/imgui/backends",
|
||||
}
|
||||
files {
|
||||
"../RecastDemo/Contrib/fastlz/*.h",
|
||||
"../RecastDemo/Contrib/fastlz/*.c",
|
||||
"../RecastDemo/Contrib/imgui/*.cpp",
|
||||
"../RecastDemo/Contrib/implot/*.cpp",
|
||||
@@ -174,6 +173,7 @@ project "RecastDemo"
|
||||
"../Recast/Include"
|
||||
}
|
||||
externalincludedirs {
|
||||
"../RecastDemo/Contrib/fastlz",
|
||||
"../RecastDemo/Contrib/imgui",
|
||||
"../RecastDemo/Contrib/implot",
|
||||
"../RecastDemo/Contrib/imgui/backends",
|
||||
|
||||
Reference in New Issue
Block a user