0022792: Globally defined symbol PI conflicts with VTK definition (Intel compiler)
[occt.git] / src / OpenGl / OpenGl_tgl_vis.hxx
CommitLineData
7fd59977 1/***********************************************************************
2
3FONCTION :
4----------
5Include OpenGl_tgl_vis.h :
6
7
8REMARQUES:
9----------
10
11
12HISTORIQUE DES MODIFICATIONS :
13--------------------------------
14xx-xx-xx : xxx ; Creation.
1511-03-96 : FMN ; Reference a InterfaceGraphic_Cextern.hxx
1629-01-97 : FMN ; Suppression de call_togl_doublebuffer().
1705-02-97 : FMN ; Suppression de call_togl_minmaxvalues().
18et de call_togl_projection().
19
20************************************************************************/
21
22#ifndef OPENGL_TGL_VIS_H
23#define OPENGL_TGL_VIS_H
24
25/*----------------------------------------------------------------------*/
26/*
27* Includes
28*/
29
30#include <InterfaceGraphic_Visual3d.hxx>
31
32#include <OpenGl_telem_view.hxx>
33
34/*----------------------------------------------------------------------*/
35/*
36* Variables externes
37*/
38
39extern TEL_VIEW_REP call_viewrep; /* defined in call_togl_cliplimit.c */
40
41/*----------------------------------------------------------------------*/
42
43#endif