add HGL_OFFICAL_WEB macro

This commit is contained in:
hyzboy 2020-08-24 11:53:50 +08:00
parent af0e232759
commit a65385a87b

View File

@ -5,6 +5,8 @@
#include<math.h>
namespace hgl
{
#define HGL_OFFICAL_WEB "www.hyzgame.com"
#define HGL_CONVER_TO_MEM_ALIGN(x) ((((x)+HGL_MEM_ALIGN-1)/HGL_MEM_ALIGN)*HGL_MEM_ALIGN) //内存对齐转换宏
#ifndef NULL