blob: d13cf1e0c359c40ed0dc74f78f97cbd93b58d29b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef __WNT_WindowData_HeaderFile
# include <WNT_WindowData.hxx>
#endif // __WNT_WindowData_HeaderFile
const Handle( Standard_Type )& STANDARD_TYPE( WNT_WindowData ) {
static Handle( Standard_Type ) _aType = new Standard_Type (
"WNT_WindowData",
sizeof ( WNT_WindowData )
);
return _aType;
} // end function
|