From 277157b3e06b2deeacbdbc8bf6190de19f88169d Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Wed, 23 Oct 2024 16:09:47 +0200 Subject: more refactoring / preparation for pathfinding --- ViewController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ViewController.h') 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, const Color &); Rectangle center(Rectangle); private: -- cgit v1.2.3