#include #include #include #include #include #include void EXPORT call_togl_polygon_indices ( CALL_DEF_GROUP * agroup, CALL_DEF_LISTPOINTS * alpoints, CALL_DEF_LISTEDGES * aledges, CALL_DEF_LISTINTEGERS * albounds ) { if (! agroup->IsOpen) call_togl_opengroup (agroup); call_subr_polygon_indices (alpoints, aledges, albounds); if (! agroup->IsOpen) call_togl_closegroup (agroup); return; }