GLU case typo
This commit is contained in:
parent
7f39731cb7
commit
ee23f2756a
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user