summaryrefslogtreecommitdiff
path: root/src/OpenGl/OpenGl_togl_inquirelight.cxx
blob: f23936fb5f95651291bc241e609706b245bc20c4 (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
/***********************************************************************

FONCTION :
----------
File OpenGl_togl_inquirelight.c :


REMARQUES:
---------- 


HISTORIQUE DES MODIFICATIONS   :
--------------------------------
xx-xx-xx : xxx ; Creation.
30-06-97 : FMN ; Appel de la toolkit OpenGl_LightBox.

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

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

#include <OpenGl_tgl_all.hxx>
#include <OpenGl_tgl.hxx>
#include <OpenGl_LightBox.hxx>

int EXPORT
call_togl_inquirelight ()
{
  return call_facilities_list.MaxLights = OpenGLMaxLights;
}