mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-20 10:25:43 +00:00
All kinds of fixes and updates
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user