/*********************************************************************** FONCTION : ---------- file OpenGl_togl_depthcueing.c : REMARQUES: ---------- HISTORIQUE DES MODIFICATIONS : -------------------------------- xx-xx-xx : CAL ; Creation. 05-02-97 : FMN ; Suppression de OpenGl_tgl_vis.h ************************************************************************/ /*----------------------------------------------------------------------*/ /* * Includes */ #include #include #include #include void EXPORT call_togl_depthcueing ( CALL_DEF_VIEW * aview, int tag ) { call_subr_depthcueing (aview, tag); return; }