From 9d9c1d29dbcd802c89641b70b5574361e775c0e4 Mon Sep 17 00:00:00 2001 From: tom Date: Mon, 23 Nov 2015 17:05:27 -0600 Subject: added collision of trees and map border --- 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 5c6f1ea..ed0e2db 100644 --- a/inc/Location.hpp +++ b/inc/Location.hpp @@ -5,6 +5,7 @@ class Location { public: Location(){x=0;y=0;} + Location(int xn, int yn){x=xn;y=yn;} int x; int y; }; -- cgit v1.2.3