removed EnumClass.h

This commit is contained in:
2023-07-14 00:46:45 +08:00
parent 25cd2fee89
commit 13dbf78aa7

View File

@@ -1,13 +0,0 @@
#ifndef HGL_ENUM_CLASS_INCLUDE
#define HGL_ENUM_CLASS_INCLUDE
namespace hgl
{
template<typename U,typename E> class EnumAsUInteger
{
public:
};//template<typename U,typename E> class EnumAsUInteger
}//namespace hgl
#endif//HGL_ENUM_CLASS_INCLUDE