X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FTerrain.h;h=6b677d373847b7d7104f0592ccf4f064b32d3081;hb=c33352410441ce5656f7c65eea696b5f799fefeb;hp=507ff640701bd0a4ca598ebbdc4242d27383df88;hpb=0cca0c495c7dc29d134a10d7eed5de1f377c99bf;p=lugaru.git diff --git a/Source/Terrain.h b/Source/Terrain.h index 507ff64..6b677d3 100644 --- a/Source/Terrain.h +++ b/Source/Terrain.h @@ -1,7 +1,7 @@ #ifndef _TERRAIN_H_ #define _TERRAIN_H_ -#include "gl.h" +#include "gamegl.h" #include "Frustum.h" #include "Lights.h" #include "TGALoader.h" @@ -110,4 +110,4 @@ public: ~Terrain(); }; -#endif \ No newline at end of file +#endif