X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSkybox.h;h=19e93f6af542557dfdbfe6614345af15360c56e9;hb=c33352410441ce5656f7c65eea696b5f799fefeb;hp=2eae596a9a7a1f22b29c8cebd9f2d38e590592b4;hpb=0cca0c495c7dc29d134a10d7eed5de1f377c99bf;p=lugaru.git diff --git a/Source/Skybox.h b/Source/Skybox.h index 2eae596..19e93f6 100644 --- a/Source/Skybox.h +++ b/Source/Skybox.h @@ -4,7 +4,7 @@ #include "Quaternions.h" #include "TGALoader.h" #include "Quaternions.h" -#include "gl.h" +#include "gamegl.h" class SkyBox{ public: @@ -18,4 +18,4 @@ public: ~SkyBox(); }; -#endif \ No newline at end of file +#endif