diff --git a/src/Tour.cpp b/src/Tour.cpp index 22ad7de..0139e2f 100755 --- a/src/Tour.cpp +++ b/src/Tour.cpp @@ -1,8 +1,10 @@ -// This is the .cpp file you will edit and turn in. -// We have provided a skeleton for you, -// but you must finish it as described in the spec. -// Also remove these comments here and add your own. -// TODO: remove this comment header +// _ +// | |_ ___ _ _ _ __ ___ _ __ _ __ +// | __/ _ \| | | | '__/ __| '_ \| '_ \ +// | || (_) | |_| | | | (__| |_) | |_) | +// \__\___/ \__,_|_|(_)___| .__/| .__/ +// |_| |_| +// Author: Love Billenius #include "Tour.h" #include "Node.h" diff --git a/src/Tour.h b/src/Tour.h index 4192c10..14e3f0f 100755 --- a/src/Tour.h +++ b/src/Tour.h @@ -1,8 +1,11 @@ -// This is the .h file you will edit and turn in. -// We have provided a skeleton for you, -// but you must finish it as described in the spec. -// Also remove these comments here and add your own, as well as on the members. -// TODO: remove this comment header +// _ _ +// | |_ ___ _ _ _ __| |__ +// | __/ _ \| | | | '__| '_ \ +// | || (_) | |_| | | _| | | | +// \__\___/ \__,_|_|(_)_| |_| +// +// Author: Love Billenius + #ifndef TOUR_H #define TOUR_H