Renamed context module headers.

This commit is contained in:
Camilla Berglund
2014-04-08 16:25:35 +02:00
parent 8113c00712
commit 7c925353a5
10 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ typedef void* id;
#include "posix_tls.h"
#if defined(_GLFW_NSGL)
#include "nsgl_platform.h"
#include "nsgl_context.h"
#else
#error "No supported context creation API selected"
#endif