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

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

View File

@@ -10,7 +10,9 @@
// because I am not a friend of orthogonal projections)
//========================================================================
#define GLFW_INCLUDE_GLU
#include <GL/glfw3.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>

View File

@@ -7,6 +7,7 @@
#include <stdio.h>
#include <stdlib.h>
#define GLFW_INCLUDE_GLU
#include <GL/glfw3.h>
int main(void)

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