removed IDObject<>

This commit is contained in:
hyzboy 2024-07-27 23:51:07 +08:00
parent 1fab7b4ef2
commit d383e1ff98

View File

@ -34,19 +34,4 @@ namespace hgl
return ((u *)(&Mthd))->v; return ((u *)(&Mthd))->v;
} }
};//struct MethodPtr };//struct MethodPtr
//template<size_t ClassCounter> class IDObject:public _Object
//{
//public:
// static const size_t GetClassID(){return ClassID;}
// static const char *GetClassName(){return ClassName;}
// static const char *GetClassRawName(){return ClassRawName;}
//public:
// virtual ~IDObject()=default;
//};
//#define HGL_IDOBJECT IDObject<__COUNTER__>
}//namespace hgl }//namespace hgl