*** empty log message ***

This commit is contained in:
David Rose 2000-12-18 19:03:14 +00:00
parent 3d3c61c20e
commit a052ba6eea

View File

@ -188,10 +188,12 @@ public:
INLINE GraphicsWindow* get_window(void) const { return _win; } INLINE GraphicsWindow* get_window(void) const { return _win; }
public: PUBLISHED:
static TypeHandle get_class_type() { static TypeHandle get_class_type() {
return _type_handle; return _type_handle;
} }
public:
static void init_type() { static void init_type() {
GraphicsStateGuardianBase::init_type(); GraphicsStateGuardianBase::init_type();
register_type(_type_handle, "GraphicsStateGuardian", register_type(_type_handle, "GraphicsStateGuardian",