diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-02-05 08:29:56 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-02-05 08:29:56 -0500 |
commit | b18d9c1b0fa305f82ddd0633e969a1a38869db6d (patch) | |
tree | 8096f4a112f633ed2d4d1ee67c475d97d7648823 /include/entities.h | |
parent | 814dab606cfeeabd4aeecba852507c3c3f1a005f (diff) |
font improvements
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 41f2fff..9cc1b31 100644 --- a/include/entities.h +++ b/include/entities.h @@ -208,6 +208,7 @@ public: bool aggressive; double init_y; void (*hey)(Mob *callee); + std::string heyid; Mob(int); ~Mob(); |