Fix and integrate BT
This commit is contained in:
@@ -37,9 +37,14 @@ typedef struct Game {
|
||||
i64 pop;
|
||||
} resources;
|
||||
BzStackAlloc stackAlloc;
|
||||
struct {
|
||||
BzBTNode *workerHarvest;
|
||||
BzBTNode *moveTo;
|
||||
} BTs;
|
||||
struct {
|
||||
BzObjectPool *pathData;
|
||||
BzObjectPool *actions;
|
||||
BzObjectPool *btNode;
|
||||
BzObjectPool *btNodeState;
|
||||
} pools;
|
||||
struct {
|
||||
bool drawPath;
|
||||
|
||||
Reference in New Issue
Block a user