Behaviour tree decorator implementation
This commit is contained in:
@@ -17,6 +17,8 @@ typedef struct BzObjectPoolDesc {
|
||||
BzObjectPool *bzObjectPoolCreate(const BzObjectPoolDesc *desc);
|
||||
void bzObjectPoolDestroy(BzObjectPool *pool);
|
||||
|
||||
size_t bzObjectPoolGetObjectSize(BzObjectPool *pool);
|
||||
|
||||
size_t bzObjectPoolGetNumFree(BzObjectPool *pool);
|
||||
void *bzObjectPool(BzObjectPool *pool);
|
||||
void *bzObjectPoolGetObject(BzObjectPool *pool, u32 idx);
|
||||
|
||||
Reference in New Issue
Block a user