This commit is contained in:
aozhiwei 2021-03-08 15:18:00 +08:00
parent a7fb25b2f7
commit 9f43c10312

View File

@ -33,5 +33,6 @@ namespace std
#define NEW_NET
#define A8_SAFE_DELETE(p) { if(p){delete(p); (p)=nullptr;} }
#define A8_DEFINE_RANGE_BIT(type, begin, end) ((((type)1) << (end + 1)) - 1) & (~((((type)1) << (begin + 0)) - 1))
#endif