Cleaned some includes
Replace glu include by glut in order to compile on Windows
This commit is contained in:
parent
459ad7e6c3
commit
2bfb8c2ad2
6 changed files with 6 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#define TESTS_OPENGL_CAMERA_H
|
||||
|
||||
#include <cmath>
|
||||
#include <GL/glu.h>
|
||||
#include <GL/glut.h>
|
||||
|
||||
#include "Quaternion.h"
|
||||
#include "Vectors.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue