Move iostream to hpp part

Fix visibility of maze's flag
This commit is contained in:
2025-05-01 01:36:10 +03:00
parent d6966f69db
commit bec5293659
2 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,6 @@
@date 2025.04.30 */
#include "maze.hpp"
#include <iostream>
Maze::Maze(bool _test_mode, int _steps){
std::vector<Edge> edges = {