X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FOpenGL_Full_Screen.cpp;h=7a932388493b1d578e216e3394b14c147bb0b4a4;hb=c33352410441ce5656f7c65eea696b5f799fefeb;hp=694ffd5f16872fde9772a70f05d739ff0bfd4330;hpb=0cca0c495c7dc29d134a10d7eed5de1f377c99bf;p=lugaru.git diff --git a/Source/OpenGL_Full_Screen.cpp b/Source/OpenGL_Full_Screen.cpp index 694ffd5..7a93238 100644 --- a/Source/OpenGL_Full_Screen.cpp +++ b/Source/OpenGL_Full_Screen.cpp @@ -76,7 +76,7 @@ extern float oldgamespeed; #include #include "agl.h" - #include "gl.h" + #include "gamegl.h" #include "glu.h" #endif @@ -1767,4 +1767,4 @@ int main (void) opstream << "Caught exception: " << error.what() << std::endl; opstream.close(); } -} \ No newline at end of file +}