0022337: V3d_View::Print crashes in OCCT 6.5.0
[occt.git] / src / OpenGl / OpenGl_togl_view_exploration.cxx
CommitLineData
7fd59977 1
2#include <OpenGl_tgl_all.hxx>
3#include <OpenGl_tgl.hxx>
4#include <OpenGl_tgl_funcs.hxx>
5
6void EXPORT
7call_togl_view_exploration
8(
9 long id
10 )
11{
12 call_togl_structure_exploration (id, 0, 0);
13 return;
14}