add a macro of officel web url
This commit is contained in:
@@ -7,6 +7,8 @@ namespace hgl
|
|||||||
{
|
{
|
||||||
#define HGL_OFFICAL_WEB "www.hyzgame.com"
|
#define HGL_OFFICAL_WEB "www.hyzgame.com"
|
||||||
#define HGL_OFFICAL_WEB_U8 u8"www.hyzgame.com"
|
#define HGL_OFFICAL_WEB_U8 u8"www.hyzgame.com"
|
||||||
|
#define HGL_OFFICAL_WEB_URL "http://www.hyzgame.com"
|
||||||
|
#define HGL_OFFICAL_WEB_URL_u8 u8"http://www.hyzgame.com"
|
||||||
|
|
||||||
#define ENUM_CLASS_RANGE(begin,end) BEGIN_RANGE=begin,END_RANGE=end,RANGE_SIZE=(END_RANGE-BEGIN_RANGE)+1
|
#define ENUM_CLASS_RANGE(begin,end) BEGIN_RANGE=begin,END_RANGE=end,RANGE_SIZE=(END_RANGE-BEGIN_RANGE)+1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user