From 03885192b9ff7d3c5e2dcfd98aefd21e9b62f603 Mon Sep 17 00:00:00 2001 From: majortom6 Date: Sat, 18 Feb 2017 09:28:58 -0600 Subject: general refractoring --- inc/resource.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/resource.hpp') diff --git a/inc/resource.hpp b/inc/resource.hpp index cb5946c..89f6c45 100644 --- a/inc/resource.hpp +++ b/inc/resource.hpp @@ -7,7 +7,7 @@ class Resource: public Entity { public: - Resource(Window m, SDL_Rect Rect); + Resource(Window m, SDL_Rect R); int getAmount(){return amount;}; void grow(); void eat(int bite); -- cgit v1.2.3