Renamed glfw.h to glfw3.h to avoid conflicts.

This commit is contained in:
Camilla Berglund
2010-09-10 13:16:03 +02:00
parent 06142786b9
commit cfbafc5b39
18 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
* joystick input test.
*========================================================================*/
#include <GL/glfw.h>
#include <GL/glfw3.h>
#include <stdio.h>
#include <math.h>