GLU case typo

This commit is contained in:
Joe Adams 2018-01-12 10:26:34 +00:00
parent 7f39731cb7
commit ee23f2756a

View File

@ -4,8 +4,8 @@
#else #else
#include <SDL2/SDL.h> #include <SDL2/SDL.h>
#endif #endif
#include <gl/GL.h> #include <GL/gl.h>
#include <gl/GLU.h> #include <GL/glu.h>
#include "include/structs.h" #include "include/structs.h"
#include "include/paddleAndBall.h" #include "include/paddleAndBall.h"
#include "include/utilityFunctions.h" #include "include/utilityFunctions.h"