All kinds of fixes and updates

This commit is contained in:
Jack Andersen
2015-10-31 14:06:56 -10:00
parent bb2ca27ab7
commit f796d66407
10 changed files with 385 additions and 243 deletions

View File

@@ -30,12 +30,12 @@
** THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <GL/glew.h>
#include <boo/graphicsdev/glew.h>
#if defined(_WIN32)
# include <GL/wglew.h>
# include <boo/graphicsdev/wglew.h>
#elif !defined(__ANDROID__) && !defined(__native_client__) && !defined(__HAIKU__) && (!defined(__APPLE__) || defined(GLEW_APPLE_GLX))
# include <GL/glxew.h>
# include <boo/graphicsdev/glxew.h>
#endif
#include <stddef.h> /* For size_t */