Move iostream to hpp part
Fix visibility of maze's flag
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
@date 2025.04.30 */
|
||||
|
||||
#include "maze.hpp"
|
||||
#include <iostream>
|
||||
|
||||
Maze::Maze(bool _test_mode, int _steps){
|
||||
std::vector<Edge> edges = {
|
||||
|
||||
Reference in New Issue
Block a user