Changed SDL_Opengl.h to SDL_opengl.h

This commit is contained in:
Mikko Mononen
2009-11-15 10:32:05 +00:00
parent 2ef0db50c0
commit f29a51b612
8 changed files with 8 additions and 8 deletions

View File

@@ -20,7 +20,7 @@
#include <math.h>
#include "RecastDebugDraw.h"
#include "SDL.h"
#include "SDL_Opengl.h"
#include "SDL_opengl.h"
#include "MeshLoaderObj.h"
#include "Recast.h"