Renamed support directory to deps.

This commit is contained in:
Camilla Berglund
2013-04-17 15:42:21 +02:00
parent 1c4f7525d5
commit f06a700307
14 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
// This path may need to be changed if you build GLFW using your own setup
// GLFW comes with its own copy of glext.h since it uses fairly new extensions
// and not all development environments come with an up-to-date version
#include "../support/GL/glext.h"
#include "../deps/GL/glext.h"
#endif
typedef struct _GLFWhints _GLFWhints;