aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-02-04 09:25:25 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-02-04 09:25:25 -0500
commit164de60e121552d92712179d480ef1859f42127a (patch)
treeab91e0422c6fe159051149cc1e77cb7689d1f3e6 /include
parent814dab606cfeeabd4aeecba852507c3c3f1a005f (diff)
parent2cb30b167401f1785ebfa744e8612639a150deb2 (diff)
Volume Mixer
Diffstat (limited to 'include')
-rw-r--r--include/entities.h1
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();