From 8c5121486a0e5d94ae5e5ee67370a31530cf8b6f Mon Sep 17 00:00:00 2001 From: tom Date: Fri, 8 May 2015 08:23:06 -0500 Subject: fixed some comments and cleaned around --- src/resource.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resource.cpp') diff --git a/src/resource.cpp b/src/resource.cpp index c4a9341..5044760 100644 --- a/src/resource.cpp +++ b/src/resource.cpp @@ -12,7 +12,7 @@ Resource::Resource(Window m, std::string s) //Constructor xPosition = xStart; } -Location Resource::getLocation() //Returns resource location vector +Location Resource::getLocation() //Returns resource object { Location L(xPosition,yPosition,2); return L; -- cgit v1.2.3