Code Search for Developers
 
 
  

glext.h from Boson at Krugle


Show glext.h syntax highlighted

#ifndef GFXGLEXT_INCLUDED // -*- C++ -*-
#define GFXGLEXT_INCLUDED
#if !defined(__GNUC__)
#  pragma once
#endif

/************************************************************************

  Include the standard OpenGL Extension headers, if available.

  $Id: glext.h 5690 2005-02-14 14:21:56Z rivol $

 ************************************************************************/

#include "gl.h"

#if defined(HAVE_GL_GLEXT_H)
# include <GL/glext.h>
#endif

#if defined(HAVE_GL_GLXEXT_H)
# include <GL/glxext.h>
#endif

#if defined(HAVE_GL_WGLEXT_H)
# include <GL/wglext.h>
#endif

// GFXGLEXT_INCLUDED
#endif




See more files for this project here

Boson

Boson is an OpenGL real-time strategy game. It is designed to run on Unix (Linux) computers, and is built on top of the KDE, Qt and kdegames libraries.

Project homepage: http://sourceforge.net/projects/boson
Programming language(s): C,C++
License: other

  arcball.h
  array.h
  baseball.h
  geom3d.h
  geom4d.h
  gfx.h
  gl.h
  glext.h
  gltools.h
  gui.h
  intvec.h
  mat2.h
  mat3.h
  mat4.h
  mfc.h
  quat.h
  raster.h
  script.h
  symmat3.h
  symmat4.h
  trackball.h
  vec2.h
  vec3.h
  vec4.h
  wintools.h