Logo ROOT   6.16/01
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#include <GL/glew.h>
22
23#endif