1
This commit is contained in:
parent
a7fb25b2f7
commit
9f43c10312
1
a8/a8.h
1
a8/a8.h
@ -33,5 +33,6 @@ namespace std
|
|||||||
|
|
||||||
#define NEW_NET
|
#define NEW_NET
|
||||||
#define A8_SAFE_DELETE(p) { if(p){delete(p); (p)=nullptr;} }
|
#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
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user