aboutsummaryrefslogtreecommitdiff
path: root/SDL2-2.24.0/x86_64-w64-mingw32/include/SDL2/SDL_opengles2_gl2platform.h
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2025-06-11 21:06:51 +1200
committerArslaan Pathan <[email protected]>2025-06-11 21:06:51 +1200
commitaec48a5bb74bea3cdd4af6e2056e1c5fd20cdb02 (patch)
tree2a403aaff79e625dc36c84099c6ad41acac08136 /SDL2-2.24.0/x86_64-w64-mingw32/include/SDL2/SDL_opengles2_gl2platform.h
parentdc0f9628b262b47f37ca7cdf15657f576ab71a45 (diff)
downloadshowdownofthesticks-aec48a5bb74bea3cdd4af6e2056e1c5fd20cdb02.tar.xz
showdownofthesticks-aec48a5bb74bea3cdd4af6e2056e1c5fd20cdb02.zip
Hopefully add SDL2_image, mixer, and ttf
Diffstat (limited to 'SDL2-2.24.0/x86_64-w64-mingw32/include/SDL2/SDL_opengles2_gl2platform.h')
-rw-r--r--SDL2-2.24.0/x86_64-w64-mingw32/include/SDL2/SDL_opengles2_gl2platform.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/SDL2-2.24.0/x86_64-w64-mingw32/include/SDL2/SDL_opengles2_gl2platform.h b/SDL2-2.24.0/x86_64-w64-mingw32/include/SDL2/SDL_opengles2_gl2platform.h
deleted file mode 100644
index c325686..0000000
--- a/SDL2-2.24.0/x86_64-w64-mingw32/include/SDL2/SDL_opengles2_gl2platform.h
+++ /dev/null
@@ -1,30 +0,0 @@
-#ifndef __gl2platform_h_
-#define __gl2platform_h_
-
-/* $Revision: 10602 $ on $Date:: 2010-03-04 22:35:34 -0800 #$ */
-
-/*
- * This document is licensed under the SGI Free Software B License Version
- * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ .
- */
-
-/* Platform-specific types and definitions for OpenGL ES 2.X gl2.h
- *
- * Adopters may modify khrplatform.h and this file to suit their platform.
- * You are encouraged to submit all modifications to the Khronos group so that
- * they can be included in future versions of this file. Please submit changes
- * by sending them to the public Khronos Bugzilla (http://khronos.org/bugzilla)
- * by filing a bug against product "OpenGL-ES" component "Registry".
- */
-
-/*#include <KHR/khrplatform.h>*/
-
-#ifndef GL_APICALL
-#define GL_APICALL KHRONOS_APICALL
-#endif
-
-#ifndef GL_APIENTRY
-#define GL_APIENTRY KHRONOS_APIENTRY
-#endif
-
-#endif /* __gl2platform_h_ */