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
#include <SDL2/SDL.h>
#endif
#include <gl/GL.h>
#include <gl/GLU.h>
#include <GL/gl.h>
#include <GL/glu.h>
#include "include/structs.h"
#include "include/paddleAndBall.h"
#include "include/utilityFunctions.h"