0023000: Improve the way the gradient and textured background is managed in 3d viewer
[occt.git] / src / OpenGl / OpenGl_tgl_all.hxx
CommitLineData
7fd59977 1/***********************************************************************
2
3FONCTION :
4----------
5File OpenGl_tgl_all.h :
6
7
8REMARQUES:
9----------
10
11
12HISTORIQUE DES MODIFICATIONS :
13--------------------------------
14xx-xx-xx : xxx ; Creation.
1507-10-97 : FMN ; Simplification WNT
1616-06-2000 : ATS : G005 : Move type declarations to InterfaceGraphic_tgl_all.h
17
18************************************************************************/
19
20#ifndef OPENGL_TGL_ALL_H
21#define OPENGL_TGL_ALL_H
22
23#if defined(WNT) && !defined(HAVE_NO_DLL)
24# ifdef __OpenGl_DLL
25# define EXPORT __declspec(dllexport)
26# else
27# define EXPORT
28# endif /* DLL */
29#else
30# define EXPORT
31#endif /* WNT */
32
33#include <InterfaceGraphic.hxx>
34#include <InterfaceGraphic_tgl_all.hxx>
35#include <InterfaceGraphic_telem.hxx>
36
7fd59977 37#include <GL/gl.h>
38#include <GL/glu.h>
39
40
41#endif /* OPENGL_TGL_ALL_H */