diff --git a/NavCityBreda/Model/Route.cs b/NavCityBreda/Model/Route.cs new file mode 100644 index 0000000..786e678 --- /dev/null +++ b/NavCityBreda/Model/Route.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace NavCityBreda.Model +{ + class Route + { + } +} diff --git a/NavCityBreda/Model/Waypoint.cs b/NavCityBreda/Model/Waypoint.cs new file mode 100644 index 0000000..fde0d43 --- /dev/null +++ b/NavCityBreda/Model/Waypoint.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace NavCityBreda.Model +{ + class Waypoint + { + } +}