]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Lights.h
Drop keyboard input if it was part of the grab or window/fullscreen toggle.
[lugaru.git] / Source / Lights.h
index 32d9f56a0958a6c83154c599192c99e82a576a9a..4c635f74b33b669453a3a3474fb753649e9f5c07 100644 (file)
@@ -3,7 +3,7 @@
 
 
 /**> HEADER FILES <**/
-#include "gl.h"
+#include "gamegl.h"
 #include "Quaternions.h"
 
 class Light{
@@ -18,4 +18,4 @@ public:
 void SetUpMainLight(Light* whichsource, int whichlight, float ambientr, float ambientg, float ambientb);
 void SetUpLight(Light* whichsource, int whichlight);
 
-#endif
\ No newline at end of file
+#endif