16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 18:19:19 +02:00

fix stdafx cotire

This commit is contained in:
milek
2019-03-25 20:35:23 +00:00
parent 810ea151e2
commit 075d88e8d7
3 changed files with 8 additions and 15 deletions

View File

@@ -81,12 +81,7 @@
#define GLFW_DLL
#endif // _windows
#endif // build_static
#ifndef __ANDROID__
#include "GL/glew.h"
#else
#include <GL/gl.h>
#include <GL/glu.h>
#endif
#include <GL/glew.h>
#ifdef _WIN32
#include "GL/wglew.h"
#endif