summaryrefslogtreecommitdiff
path: root/inc/resource.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inc/resource.hpp')
-rw-r--r--inc/resource.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/resource.hpp b/inc/resource.hpp
index 07d42d4..e559463 100644
--- a/inc/resource.hpp
+++ b/inc/resource.hpp
@@ -9,7 +9,7 @@
class Resource: public Entity
{
public:
- Resource(Rectangle t);
+ Resource(Rectangle r);
void grow();
void eat(int bite);