]> git.jsancho.org Git - lugaru.git/blobdiff - Source/OpenGL_Full_Screen.cpp
Lots of input work...demo is now fully playable.
[lugaru.git] / Source / OpenGL_Full_Screen.cpp
index 694ffd5f16872fde9772a70f05d739ff0bfd4330..7a932388493b1d578e216e3394b14c147bb0b4a4 100644 (file)
@@ -76,7 +76,7 @@ extern float oldgamespeed;
     #include <Profiler.h>
 
        #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
+}