ROOT  6.06/09
Reference Guide
TGLIncludes.h
Go to the documentation of this file.
1 // @(#)root/gl:$Id$
2 // Authors: Timur and Matevz, May 2008
3 
4 /*************************************************************************
5  * Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. *
6  * All rights reserved. *
7  * *
8  * For the licensing terms see $ROOTSYS/LICENSE. *
9  * For the list of contributors see $ROOTSYS/README/CREDITS. *
10  *************************************************************************/
11 
12 #ifndef ROOT_TGLIncludes
13 #define ROOT_TGLIncludes
14 
15 // GL includes - include this if you are calling OpenGL functions.
16 
17 #ifdef WIN32
18 #include "Windows4Root.h"
19 #endif
20 
21 #ifndef G__DICTIONARY
22 
23 #include <GL/glew.h>
24 
25 #else
26 
27 #include <GL/gl.h>
28 #include <GL/glu.h>
29 
30 #endif
31 
32 #endif