1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-23 10:20:57 +00:00

16 lines
172 B
C
Raw Normal View History

#ifndef GLSYM_H__
#define GLSYM_H__
#include "rglgen.h"
2013-08-11 15:10:56 +02:00
#ifndef HAVE_PSGL
#ifdef HAVE_OPENGLES2
#include "glsym_es2.h"
#else
#include "glsym_gl.h"
#endif
2013-08-11 15:06:42 +02:00
#endif
#endif