1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00

Fix #include <GL/gl.h>

This commit is contained in:
Sergey Lipskiy 2013-11-29 13:22:02 +07:00
parent 5856ec606e
commit c167aa970c
2 changed files with 4 additions and 2 deletions

View File

@ -5,8 +5,6 @@
# include "winlnxdefs.h"
#include <dlfcn.h>
#endif // _WINDOWS
#include <GL/gl.h>
#include <GL/glu.h>
#include "GLideN64.h"
#include "Debug.h"
#include "OpenGL.h"

View File

@ -1,7 +1,11 @@
#ifndef TEXTURES_H
#define TEXTURES_H
#ifdef ANDROID
#include <GLES2/gl2.h>
#else
#include <GL/gl.h>
#endif //ANDROID
#include "convert.h"
struct CachedTexture