aboutsummaryrefslogtreecommitdiffstats
path: root/include/entities.h
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-10-23 08:44:55 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-10-23 08:44:55 -0400
commit0b5a24d5c3ea48c748cfa28ae258cd65187f9bf1 (patch)
tree5258af77ab83aac298229253fb011f1858962118 /include/entities.h
parent19ba40a368b06c38365fe861b6de9403044096a7 (diff)
Worked on the new texture library
Diffstat (limited to 'include/entities.h')
-rw-r--r--include/entities.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/entities.h b/include/entities.h
index 43e744e..47f7f55 100644
--- a/include/entities.h
+++ b/include/entities.h
@@ -94,7 +94,7 @@ public:
};
class Mob : public Entity{
public:
- Mob();
+ Mob(int);
void wander(int, vec2*);
};