diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2015-12-03 07:46:23 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2015-12-03 07:46:23 -0500 |
commit | bf91141782766f3648b62c6d96528fddb9ae7447 (patch) | |
tree | c6c9322ec7c4f111f05c7f639ab1d33bed9de40f /include/entities.h | |
parent | dc24164926a7988e018d32fff1977d2b40c89057 (diff) | |
parent | 6b44ecd9da08087f4a44dd3daef211e763eb1c61 (diff) |
Added holding vs press key action
Diffstat (limited to 'include/entities.h')
-rw-r--r-- | include/entities.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/entities.h b/include/entities.h index 4413d41..19dd492 100644 --- a/include/entities.h +++ b/include/entities.h @@ -125,7 +125,7 @@ public: class Mob : public Entity{ public: double init_y; - void (*hey)(); + void (*hey)(Mob *callee); Mob(int); Mob(int,unsigned int); |