TGLIncludes.h

Go to the documentation of this file.
00001 // @(#)root/gl:$Id: TGLIncludes.h 29056 2009-06-17 14:36:59Z matevz $
00002 // Authors:  Timur and Matevz, May 2008
00003 
00004 /*************************************************************************
00005  * Copyright (C) 1995-2004, Rene Brun and Fons Rademakers.               *
00006  * All rights reserved.                                                  *
00007  *                                                                       *
00008  * For the licensing terms see $ROOTSYS/LICENSE.                         *
00009  * For the list of contributors see $ROOTSYS/README/CREDITS.             *
00010  *************************************************************************/
00011 
00012 #ifndef ROOT_TGLIncludes
00013 #define ROOT_TGLIncludes
00014 
00015 // GL includes - include this if you are calling OpenGL functions.
00016 
00017 #ifdef WIN32
00018 #include "Windows4Root.h"
00019 #endif
00020 
00021 #ifndef G__DICTIONARY
00022 
00023 #include <GL/glew.h>
00024 
00025 #else
00026 
00027 #include <GL/gl.h>
00028 #include <GL/glu.h>
00029 
00030 #endif
00031 
00032 #endif

Generated on Tue Jul 5 14:16:45 2011 for ROOT_528-00b_version by  doxygen 1.5.1