OCC22377 Patch for visualization component
[occt.git] / src / OpenGl / OpenGl_togl_light_exploration.cxx
CommitLineData
7fd59977 1/***********************************************************************
2
3FONCTION :
4----------
5File OpenGl_togl_light_exploration.c :
6
7
8REMARQUES:
9---------
10Not implemented
11
12HISTORIQUE DES MODIFICATIONS :
13--------------------------------
14xx-xx-xx : xxx ; Creation.
1530-06-97 : FMN ; Suppression OpenGl_telem_light.h
16
17************************************************************************/
18
19/*----------------------------------------------------------------------*/
20/*
21* Includes
22*/
23
24#include <OpenGl_tgl_all.hxx>
25#include <InterfaceGraphic_Graphic3d.hxx>
26#include <InterfaceGraphic_Visual3d.hxx>
27
28void EXPORT
29call_togl_light_exploration
30(
31 CALL_DEF_LIGHT * alight
32 )
33{
34 return;
35}