From f2f0867edd0d9624a77e4e5db39825b8ea1a55d0 Mon Sep 17 00:00:00 2001 From: tom Date: Sat, 14 Jan 2017 11:56:33 -0600 Subject: completly remove location structure and replaced it with sdl_rect --- inc/location.hpp | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 inc/location.hpp (limited to 'inc/location.hpp') diff --git a/inc/location.hpp b/inc/location.hpp deleted file mode 100644 index 5392e9b..0000000 --- a/inc/location.hpp +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef location_h -#define location_h - -class Location -{ - public: - Location(int x1, int y1){x=x1;y=y1;}; - Location(){x=y=0;}; - int x; - int y; -}; - -#endif -- cgit v1.2.3