diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-21 09:24:53 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-21 09:24:53 -0500 |
commit | 482e007d33699ff8afbc6017f6a73fedc889311b (patch) | |
tree | fc430057637ad7a1fe085cb193684968e178405c /include/entities.h | |
parent | 1ab18d0a0e80b1f7dff8ad90e41cc520198f7fcf (diff) | |
parent | 44804d69ea1af2490fedf54ea2cb273e3f5ab219 (diff) |
Finished basic player sprite
Diffstat (limited to 'include/entities.h')
-rw-r--r-- | include/entities.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/entities.h b/include/entities.h index 56b3078..ab33988 100644 --- a/include/entities.h +++ b/include/entities.h @@ -208,6 +208,7 @@ public: class Mob : public Entity{ public: + bool aggressive; double init_y; void (*hey)(Mob *callee); |