summaryrefslogtreecommitdiff
path: root/inc/OpenGl_tgl_utilgr.hxx
blob: 354fa71770fe55db541c564b697238b9afa41381 (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
/***********************************************************************

FONCTION :
----------
file OpenGl_tgl_utilgr.h :


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


HISTORIQUE DES MODIFICATIONS   :
--------------------------------
xx-xx-xx : xxx ; Creation.
30-01-97 : FMN ; Suppression call_util_init_indexes()

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

#ifndef  OPENGL_TGL_UTILGR_H
#define  OPENGL_TGL_UTILGR_H

#include <InterfaceGraphic_Graphic3d.hxx>

extern  Tint  call_util_context_group_place(CALL_DEF_GROUP *); /* agroup */
extern  Tint  call_util_osd_putenv(Tchar *, Tchar *); /* symbol, value */
extern  Tint  call_util_rgbindex(Tfloat, Tfloat, Tfloat); /* r, g, b */

#endif