Remove memory allocation in pathfinding

This commit is contained in:
2023-12-07 10:42:53 +01:00
parent 0d156f515e
commit 9800b5576e
6 changed files with 19 additions and 15 deletions

View File

@@ -57,6 +57,7 @@ typedef struct Game {
i64 gold;
i64 pop;
} resources;
BzStackAlloc stackAlloc;
struct {
BzObjectPool *pathData;
} pools;