Moved public headers to the GLFW directory.

This commit is contained in:
Camilla Berglund
2013-05-22 22:46:34 +02:00
parent ce1e84def6
commit 15ed715f4e
32 changed files with 36 additions and 35 deletions

View File

@@ -11,7 +11,7 @@
//========================================================================
#define GLFW_INCLUDE_GLU
#include <GL/glfw3.h>
#include <GLFW/glfw3.h>
#include <math.h>
#include <stdio.h>