summaryrefslogtreecommitdiff
path: root/src/OpenGl/OpenGl_togl_view_exploration.cxx
blob: ec34cc5d00f8b233c7c8f43b4159444125dbb4b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

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

void EXPORT
call_togl_view_exploration
(
 long id
 )
{
  call_togl_structure_exploration (id, 0, 0);
  return;
}