fix: fixed code not compiling
This commit is contained in:
parent
b416bb3d87
commit
070de3f46a
2 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
#include "MazeParser.h"
|
||||
|
||||
#include "Maze.h"
|
||||
#include "Exceptions/ExitGame.h"
|
||||
#include "Exceptions/MalformedMaze.h"
|
||||
|
||||
|
|
2
main.cpp
2
main.cpp
|
@ -39,7 +39,5 @@ int main()
|
|||
cout << "Schoenen Tag noch!" << "\n";
|
||||
}
|
||||
|
||||
|
||||
// Beende das Programm
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue