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

View File

@@ -30,7 +30,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <GL/glfw.h>
#include <GL/glfw3.h>
/*****************************************************************************