add HGL_FULL_SPACE constexpr value.

This commit is contained in:
hyzboy 2020-07-21 15:23:24 +08:00
parent 8a0d8831d2
commit 86a47c925e

View File

@ -11,6 +11,8 @@ namespace hgl
#define NULL 0
#endif//
constexpr u16char HGL_FULL_SPACE=U16_TEXT(' '); //全角空格
template<typename T>
inline T *zero_new(const int count)
{