# HG changeset patch # User Holmes Futrell # Date 1218825090 0 # Node ID 83cf833940bae9766e8dcebc9f9462085fa2f675 # Parent d7b41796713e905e555feb9b4c85470b799eadd0 Added comments, link to Kronos site. diff -r d7b41796713e -r 83cf833940ba include/SDL_opengles.h --- a/include/SDL_opengles.h Fri Aug 15 18:26:48 2008 +0000 +++ b/include/SDL_opengles.h Fri Aug 15 18:31:30 2008 +0000 @@ -1,16 +1,42 @@ -#ifndef __gl_h_ -#define __gl_h_ +/* + SDL - Simple DirectMedia Layer + Copyright (C) 1997-2006 Sam Lantinga + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + Sam Lantinga + slouken@libsdl.org + */ + +/* + This is a simple file to encapsulate the OpenGL ES API headers. + Headers copied from The Kronos Group website. + http://www.khronos.org/opengles/ + */ + +#ifndef __gles_h_ +#define __gles_h_ /* $Id: gl.h 4533 2007-11-26 11:19:35Z markc $ */ -//#include - #ifdef __cplusplus extern "C" { #endif #ifdef __IPHONEOS__ -#include +#include /* Header File For The OpenGL ES Library */ #endif #ifndef APIENTRY @@ -807,5 +833,5 @@ } #endif -#endif /* __gl_h_ */ +#endif /* __gles_h_ */