SameBoy/wasm/opengl_compat.h

8 lines
132 B
C
Raw Normal View History

2019-06-11 02:21:32 +00:00
#ifndef opengl_compat_h
#define opengl_compat_h
#define GL_GLEXT_PROTOTYPES 1
#include <GLES3/gl3.h>
#endif /* opengl_compat_h */