RetroArch/gfx/glsym/glsym.h
2013-08-11 15:10:56 +02:00

16 lines
172 B
C

#ifndef GLSYM_H__
#define GLSYM_H__
#include "rglgen.h"
#ifndef HAVE_PSGL
#ifdef HAVE_OPENGLES2
#include "glsym_es2.h"
#else
#include "glsym_gl.h"
#endif
#endif
#endif