Update SDL_opengl_glext.h

Fix compile when using MacOS OpenGL Headers
This commit is contained in:
Depressed Potato 2023-02-02 09:35:43 -05:00 committed by GitHub
parent 2290d71338
commit cb38dc5288
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
#ifndef __gl_glext_h_
#define __gl_glext_h_ 1
#ifndef __glext_h_
#define __glext_h_ 1
#ifdef __cplusplus
extern "C" {