blob: 1c17250c2e2ff53cc20326364276ec08a027f6ae (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef OSD_Function_HeaderFile
#define OSD_Function_HeaderFile
#include <Standard_Type.hxx>
const Handle_Standard_Type& OSD_Function_Type_();
typedef int (* OSD_Function)(...);
#endif
|