diff options
Diffstat (limited to 'src/playerinfo.h')
-rw-r--r-- | src/playerinfo.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/playerinfo.h b/src/playerinfo.h index ff149b2cc..c80cd84c7 100644 --- a/src/playerinfo.h +++ b/src/playerinfo.h @@ -230,6 +230,10 @@ namespace PlayerInfo bool isTalking(); + void gameDestroyed(); + + void stateChange(const int state); + void triggerAttr(int id); void triggerAttr(const int id, const int old); |