Add input logic for building

This commit is contained in:
2023-11-22 09:56:20 +01:00
parent 433b012715
commit 783db8ba90
4 changed files with 214 additions and 72 deletions

View File

@@ -24,4 +24,7 @@ typedef struct PathfindingDesc {
bool findPath(const PathfindingDesc *desc);
// TODO: Flowfield
void calculateFlowField();
#endif //PIXELDEFENSE_PATHFINDING_H