diff --git a/MazeParser.cpp b/MazeParser.cpp index 0433f06..56c669e 100644 --- a/MazeParser.cpp +++ b/MazeParser.cpp @@ -1,5 +1,5 @@ #include "MazeParser.h" - +#include "Maze.h" #include "Exceptions/ExitGame.h" #include "Exceptions/MalformedMaze.h" diff --git a/main.cpp b/main.cpp index 4a7f05c..d7629f8 100644 --- a/main.cpp +++ b/main.cpp @@ -39,7 +39,5 @@ int main() cout << "Schoenen Tag noch!" << "\n"; } - - // Beende das Programm return 0; }