0023000: Improve the way the gradient and textured background is managed in 3d viewer
[occt.git] / src / OpenGl / OpenGl_tgl_all.hxx
1 /***********************************************************************
2
3 FONCTION :
4 ----------
5 File OpenGl_tgl_all.h :
6
7
8 REMARQUES:
9 ---------- 
10
11
12 HISTORIQUE DES MODIFICATIONS   :
13 --------------------------------
14 xx-xx-xx : xxx ; Creation.
15 07-10-97 : FMN ; Simplification WNT
16 16-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
37 #include <GL/gl.h>
38 #include <GL/glu.h>
39
40
41 #endif  /* OPENGL_TGL_ALL_H */