From 43a7a007d007379d851b49e8d9d489bd31728b61 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 25 Oct 2001 05:37:32 +0000 Subject: [PATCH] Added platform independent OpenGL header - SDL_opengl.h --- docs.html | 1 + include/Makefile.am | 1 + include/SDL_opengl.h | 307 +++++++++++++++++++++++++++++++++++++++++++ test/configure.in | 2 +- test/testgl.c | 8 +- 5 files changed, 311 insertions(+), 8 deletions(-) create mode 100644 include/SDL_opengl.h diff --git a/docs.html b/docs.html index 20e71ef02..1932e0d44 100644 --- a/docs.html +++ b/docs.html @@ -16,6 +16,7 @@

Major changes since SDL 1.0.0: