Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/root/TGLIncludes.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // @(#)root/gl:$Id$
0002 // Authors:  Timur and Matevz, May 2008
0003 
0004 /*************************************************************************
0005  * Copyright (C) 1995-2004, Rene Brun and Fons Rademakers.               *
0006  * All rights reserved.                                                  *
0007  *                                                                       *
0008  * For the licensing terms see $ROOTSYS/LICENSE.                         *
0009  * For the list of contributors see $ROOTSYS/README/CREDITS.             *
0010  *************************************************************************/
0011 
0012 #ifndef ROOT_TGLIncludes
0013 #define ROOT_TGLIncludes
0014 
0015 // GL includes - include this if you are calling OpenGL functions.
0016 
0017 #ifndef _ROOT_GL_BUILDS_ITSELF
0018 #warning "The TGLIncludes.h header is deprecated and will be removed in ROOT 6.40. Please include the required headers like <GL/gl.h> or <GL/glu.h> directly."
0019 #endif
0020 
0021 #ifdef WIN32
0022 #include "Windows4Root.h"
0023 #endif
0024 
0025 #include <GL/glew.h>
0026 
0027 #endif