Renamed GLFW_NO_GLU to GLFW_INCLUDE_GLU.

This commit is contained in:
Camilla Berglund
2012-06-05 23:55:10 +02:00
parent bf42c3cfbc
commit 2213450840
9 changed files with 14 additions and 7 deletions

View File

@@ -11,6 +11,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#define GLFW_INCLUDE_GLU
#include <GL/glfw3.h>
#ifndef M_PI