Flattened source tree.

This commit is contained in:
Camilla Berglund
2011-07-26 15:16:34 +02:00
parent 71f4adc3ec
commit 53f4f54c46
39 changed files with 103 additions and 189 deletions
+11 -4
View File
@@ -58,11 +58,18 @@
#include "config.h"
#include "../../include/GL/glfw3.h"
#include "../../include/GL/glext.h"
#include "platform.h"
#include "../include/GL/glfw3.h"
#include "../include/GL/glext.h"
#if defined(_GLFW_COCOA_NSGL)
#include "cocoa_platform.h"
#elif defined(_GLFW_WIN32_WGL)
#include "win32_platform.h"
#elif defined(_GLFW_X11_GLX)
#include "x11_platform.h"
#else
#error "No supported platform selected"
#endif
typedef struct _GLFWhints _GLFWhints;
typedef struct _GLFWwndconfig _GLFWwndconfig;