diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-23 16:09:47 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-23 16:09:47 +0200 |
commit | 277157b3e06b2deeacbdbc8bf6190de19f88169d (patch) | |
tree | db9c013b67f93d27fa5bb9cf84c7d6dc53f72734 /ViewController.h | |
parent | 64028952ceb17f97ded08f1ab7ec0b06c41e2b87 (diff) |
more refactoring / preparation for pathfinding
Diffstat (limited to 'ViewController.h')
-rw-r--r-- | ViewController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ViewController.h b/ViewController.h index d18e96a..f05d62b 100644 --- a/ViewController.h +++ b/ViewController.h @@ -32,7 +32,7 @@ private: void update_quadtree_recursive(QuadTreeCollisionChecker * tree); private: - void draw_pathfinding_dot(unsigned int x, unsigned int y, const Color & c); + void draw_pathfinding_dot(std::pair<unsigned int, unsigned int>, const Color &); Rectangle center(Rectangle); private: |