Changed SDL_Opengl.h to SDL_opengl.h
This commit is contained in:
parent
2ef0db50c0
commit
f29a51b612
@ -19,7 +19,7 @@
|
|||||||
#include "DetourDebugDraw.h"
|
#include "DetourDebugDraw.h"
|
||||||
#include "DetourStatNavMesh.h"
|
#include "DetourStatNavMesh.h"
|
||||||
#include "SDL.h"
|
#include "SDL.h"
|
||||||
#include "SDL_Opengl.h"
|
#include "SDL_opengl.h"
|
||||||
|
|
||||||
void dtDebugDrawStatNavMeshPoly(const dtStatNavMesh* mesh, dtStatPolyRef ref, const float* col)
|
void dtDebugDrawStatNavMeshPoly(const dtStatNavMesh* mesh, dtStatPolyRef ref, const float* col)
|
||||||
{
|
{
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include "RecastDebugDraw.h"
|
#include "RecastDebugDraw.h"
|
||||||
#include "SDL.h"
|
#include "SDL.h"
|
||||||
#include "SDL_Opengl.h"
|
#include "SDL_opengl.h"
|
||||||
#include "MeshLoaderObj.h"
|
#include "MeshLoaderObj.h"
|
||||||
#include "Recast.h"
|
#include "Recast.h"
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "SDL.h"
|
#include "SDL.h"
|
||||||
#include "SDL_Opengl.h"
|
#include "SDL_opengl.h"
|
||||||
#include "imgui.h"
|
#include "imgui.h"
|
||||||
#include "Sample.h"
|
#include "Sample.h"
|
||||||
#include "Sample_StatMesh.h"
|
#include "Sample_StatMesh.h"
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "SDL.h"
|
#include "SDL.h"
|
||||||
#include "SDL_Opengl.h"
|
#include "SDL_opengl.h"
|
||||||
#include "imgui.h"
|
#include "imgui.h"
|
||||||
#include "Sample.h"
|
#include "Sample.h"
|
||||||
#include "Sample_StatMeshSimple.h"
|
#include "Sample_StatMeshSimple.h"
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "SDL.h"
|
#include "SDL.h"
|
||||||
#include "SDL_Opengl.h"
|
#include "SDL_opengl.h"
|
||||||
#include "imgui.h"
|
#include "imgui.h"
|
||||||
#include "Sample.h"
|
#include "Sample.h"
|
||||||
#include "Sample_StatMeshTiled.h"
|
#include "Sample_StatMeshTiled.h"
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "SDL.h"
|
#include "SDL.h"
|
||||||
#include "SDL_Opengl.h"
|
#include "SDL_opengl.h"
|
||||||
#include "imgui.h"
|
#include "imgui.h"
|
||||||
#include "Sample.h"
|
#include "Sample.h"
|
||||||
#include "Sample_TileMesh.h"
|
#include "Sample_TileMesh.h"
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include "imgui.h"
|
#include "imgui.h"
|
||||||
#include "SDL.h"
|
#include "SDL.h"
|
||||||
#include "SDL_Opengl.h"
|
#include "SDL_opengl.h"
|
||||||
#define STBTT_malloc(x) malloc(x)
|
#define STBTT_malloc(x) malloc(x)
|
||||||
#define STBTT_free(x) free(x)
|
#define STBTT_free(x) free(x)
|
||||||
#define STB_TRUETYPE_IMPLEMENTATION
|
#define STB_TRUETYPE_IMPLEMENTATION
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "SDL.h"
|
#include "SDL.h"
|
||||||
#include "SDL_Opengl.h"
|
#include "SDL_opengl.h"
|
||||||
#include "imgui.h"
|
#include "imgui.h"
|
||||||
#include "imguiRenderGL.h"
|
#include "imguiRenderGL.h"
|
||||||
#include "Recast.h"
|
#include "Recast.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user