From f29a51b61212fbd432dbf8a24bc407b0d1687d66 Mon Sep 17 00:00:00 2001 From: Mikko Mononen Date: Sun, 15 Nov 2009 10:32:05 +0000 Subject: [PATCH] Changed SDL_Opengl.h to SDL_opengl.h --- Detour/Source/DetourDebugDraw.cpp | 2 +- Recast/Source/RecastDebugDraw.cpp | 2 +- RecastDemo/Source/Sample_StatMesh.cpp | 2 +- RecastDemo/Source/Sample_StatMeshSimple.cpp | 2 +- RecastDemo/Source/Sample_StatMeshTiled.cpp | 2 +- RecastDemo/Source/Sample_TileMesh.cpp | 2 +- RecastDemo/Source/imguiRenderGL.cpp | 2 +- RecastDemo/Source/main.cpp | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Detour/Source/DetourDebugDraw.cpp b/Detour/Source/DetourDebugDraw.cpp index 25f32f1..14cec41 100755 --- a/Detour/Source/DetourDebugDraw.cpp +++ b/Detour/Source/DetourDebugDraw.cpp @@ -19,7 +19,7 @@ #include "DetourDebugDraw.h" #include "DetourStatNavMesh.h" #include "SDL.h" -#include "SDL_Opengl.h" +#include "SDL_opengl.h" void dtDebugDrawStatNavMeshPoly(const dtStatNavMesh* mesh, dtStatPolyRef ref, const float* col) { diff --git a/Recast/Source/RecastDebugDraw.cpp b/Recast/Source/RecastDebugDraw.cpp index cee381a..a88d668 100644 --- a/Recast/Source/RecastDebugDraw.cpp +++ b/Recast/Source/RecastDebugDraw.cpp @@ -20,7 +20,7 @@ #include #include "RecastDebugDraw.h" #include "SDL.h" -#include "SDL_Opengl.h" +#include "SDL_opengl.h" #include "MeshLoaderObj.h" #include "Recast.h" diff --git a/RecastDemo/Source/Sample_StatMesh.cpp b/RecastDemo/Source/Sample_StatMesh.cpp index a172379..8053d46 100644 --- a/RecastDemo/Source/Sample_StatMesh.cpp +++ b/RecastDemo/Source/Sample_StatMesh.cpp @@ -3,7 +3,7 @@ #include #include #include "SDL.h" -#include "SDL_Opengl.h" +#include "SDL_opengl.h" #include "imgui.h" #include "Sample.h" #include "Sample_StatMesh.h" diff --git a/RecastDemo/Source/Sample_StatMeshSimple.cpp b/RecastDemo/Source/Sample_StatMeshSimple.cpp index 9452c61..ec92d84 100644 --- a/RecastDemo/Source/Sample_StatMeshSimple.cpp +++ b/RecastDemo/Source/Sample_StatMeshSimple.cpp @@ -3,7 +3,7 @@ #include #include #include "SDL.h" -#include "SDL_Opengl.h" +#include "SDL_opengl.h" #include "imgui.h" #include "Sample.h" #include "Sample_StatMeshSimple.h" diff --git a/RecastDemo/Source/Sample_StatMeshTiled.cpp b/RecastDemo/Source/Sample_StatMeshTiled.cpp index e8fedf0..aeb8362 100644 --- a/RecastDemo/Source/Sample_StatMeshTiled.cpp +++ b/RecastDemo/Source/Sample_StatMeshTiled.cpp @@ -3,7 +3,7 @@ #include #include #include "SDL.h" -#include "SDL_Opengl.h" +#include "SDL_opengl.h" #include "imgui.h" #include "Sample.h" #include "Sample_StatMeshTiled.h" diff --git a/RecastDemo/Source/Sample_TileMesh.cpp b/RecastDemo/Source/Sample_TileMesh.cpp index cddf7f2..b470523 100644 --- a/RecastDemo/Source/Sample_TileMesh.cpp +++ b/RecastDemo/Source/Sample_TileMesh.cpp @@ -21,7 +21,7 @@ #include #include #include "SDL.h" -#include "SDL_Opengl.h" +#include "SDL_opengl.h" #include "imgui.h" #include "Sample.h" #include "Sample_TileMesh.h" diff --git a/RecastDemo/Source/imguiRenderGL.cpp b/RecastDemo/Source/imguiRenderGL.cpp index a88711b..b11e628 100644 --- a/RecastDemo/Source/imguiRenderGL.cpp +++ b/RecastDemo/Source/imguiRenderGL.cpp @@ -20,7 +20,7 @@ #include #include "imgui.h" #include "SDL.h" -#include "SDL_Opengl.h" +#include "SDL_opengl.h" #define STBTT_malloc(x) malloc(x) #define STBTT_free(x) free(x) #define STB_TRUETYPE_IMPLEMENTATION diff --git a/RecastDemo/Source/main.cpp b/RecastDemo/Source/main.cpp index 96e180c..0641bdc 100644 --- a/RecastDemo/Source/main.cpp +++ b/RecastDemo/Source/main.cpp @@ -8,7 +8,7 @@ #endif #include "SDL.h" -#include "SDL_Opengl.h" +#include "SDL_opengl.h" #include "imgui.h" #include "imguiRenderGL.h" #include "Recast.h"