diff options
Diffstat (limited to 'ViewController.h')
-rw-r--r-- | ViewController.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ViewController.h b/ViewController.h index 0b86468..9066d05 100644 --- a/ViewController.h +++ b/ViewController.h @@ -28,6 +28,8 @@ private: void update_size(); void update_tiles(); void update_artists(); + void update_pathfinding(); + void update_quadtree(); private: Museum & museum; @@ -35,6 +37,8 @@ private: const Command * cmd_base = nullptr; bool draw_artists = true; + bool draw_pathfinding = false; + bool draw_quadtree = false; private: unsigned int scale = 16; |