Tulip  5.2.1
Large graphs analysis and drawing
OpenGlIncludes.h
1 /*
2  *
3  * This file is part of Tulip (http://tulip.labri.fr)
4  *
5  * Authors: David Auber and the Tulip development Team
6  * from LaBRI, University of Bordeaux
7  *
8  * Tulip is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU Lesser General Public License
10  * as published by the Free Software Foundation, either version 3
11  * of the License, or (at your option) any later version.
12  *
13  * Tulip is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
16  * See the GNU General Public License for more details.
17  *
18  */
19 
20 #ifndef Tulip_OPENGL_INCLUDES_H
21 #define Tulip_OPENGL_INCLUDES_H
22 
23 #if defined(_MSC_VER)
24 #include <windows.h>
25 #endif
26 
27 #if defined(__APPLE__)
28 #include <OpenGL/gl.h>
29 #else
30 #include <GL/gl.h>
31 #endif
32 
33 #endif // Tulip_OPENGL_INCLUDES_H