Allocate path with object pool for pathfinding
This commit is contained in:
@@ -21,9 +21,10 @@ typedef double f64;
|
||||
|
||||
#define BZ_ASSERT(e) assert(e)
|
||||
|
||||
#define DEBUG_MODE
|
||||
#ifndef DEBUG_MODE
|
||||
#undef BZ_ASSERT
|
||||
#define BZ_ASSERT(e) (void)(e)
|
||||
#define BZ_ASSERT(e) BZ_UNUSDE(x)
|
||||
#endif
|
||||
|
||||
#define BZ_UNUSED(x) (void)(x)
|
||||
|
||||
Reference in New Issue
Block a user