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

Remove obsolete code from Textures.h

This commit is contained in:
Sergey Lipskiy 2015-05-04 18:18:16 +06:00
parent 09b78ea577
commit e819e3cf65

View File

@ -1,14 +1,6 @@
#ifndef TEXTURES_H
#define TEXTURES_H
#ifdef ANDROID
#include <GLES2/gl2.h>
#elif defined (OS_MAC_OS_X)
#include <OpenGL/gl.h>
#else
#include <GL/gl.h>
#endif //ANDROID
#include <map>
#include "CRC.h"