summaryrefslogtreecommitdiff
path: root/src/OpenGl/OpenGl_togl_light_exploration.cxx
blob: 1e39fce15bfabd0912aabf11c1a30fc88af75a93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/***********************************************************************

FONCTION :
----------
File OpenGl_togl_light_exploration.c :


REMARQUES:
---------   
Not implemented

HISTORIQUE DES MODIFICATIONS   :
--------------------------------
xx-xx-xx : xxx ; Creation.
30-06-97 : FMN ; Suppression OpenGl_telem_light.h

************************************************************************/

/*----------------------------------------------------------------------*/
/*
* Includes
*/ 

#include <OpenGl_tgl_all.hxx>
#include <InterfaceGraphic_Graphic3d.hxx>
#include <InterfaceGraphic_Visual3d.hxx>

void EXPORT
call_togl_light_exploration
(
 CALL_DEF_LIGHT * alight
 )
{
  return;
}