diff options
Diffstat (limited to 'ViewController.h')
-rw-r--r-- | ViewController.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/ViewController.h b/ViewController.h index c74c72a..13257dc 100644 --- a/ViewController.h +++ b/ViewController.h @@ -1,7 +1,5 @@ #pragma once -#include <utility> - #include "Color.h" #include "Command.h" #include "KeyboardCode.h" @@ -33,8 +31,8 @@ private: void update_quadtree_recursive(QuadTreeCollisionChecker * tree); private: - void draw_pathfinding_dot(const XY &, const Color &); - Rectangle center(Rectangle); + void draw_pathfinding_dot(const XY &, const Color &); + Rectangle center(Rectangle); private: Museum & museum; @@ -46,7 +44,7 @@ private: bool draw_quadtree = true; bool draw_path = true; bool draw_visited = true; - + private: float scale = 16; float artist_size = scale / 2; |