blob: 220d20626c4e24a33e658f1d7c9591909937f6a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// File: Draw_PInterp.hxx
// Created: Thu Feb 23 17:31:31 1995
// Author: Remi LEQUETTE
// <rle@bravox>
#ifndef _Draw_PInterp_HeaderFile
#define _Draw_PInterp_HeaderFile
struct Tcl_Interp;
typedef Tcl_Interp *Draw_PInterp;
#include <Standard_Type.hxx>
inline const Handle(Standard_Type)& STANDARD_TYPE(Draw_PInterp) {return *((Handle(Standard_Type)*)0);}
#endif
|