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