Use GLFW_INCLUDE_GLU

This commit is contained in:
Syoyo Fujita
2015-12-21 11:48:32 +09:00
parent f6a31fa22e
commit ba26657a01
2 changed files with 2 additions and 10 deletions

View File

@@ -9,12 +9,7 @@
#include <GL/glew.h>
#ifdef __APPLE__
#include <OpenGL/glu.h>
#else
#include <GL/glu.h>
#endif
#define GLFW_INCLUDE_GLU
#include <GLFW/glfw3.h>
#include "trackball.h"