From 86bf68cc1f2cc81589acc2c35c4875a1230b0267 Mon Sep 17 00:00:00 2001 From: tom Date: Sat, 21 Nov 2015 15:06:26 -0600 Subject: didnt get everything --- inc/Location.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/Location.hpp') diff --git a/inc/Location.hpp b/inc/Location.hpp index 458e77e..5c6f1ea 100644 --- a/inc/Location.hpp +++ b/inc/Location.hpp @@ -4,6 +4,7 @@ class Location { public: + Location(){x=0;y=0;} int x; int y; }; -- cgit v1.2.3