diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-29 00:44:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-29 00:44:18 +0300 |
commit | e02996049927ca4f52852fe0e437010fd07238a3 (patch) | |
tree | 7ef583190ec9b20a7e35d880fcdc2c1c7cb51934 /src/playerinfo.h | |
parent | be3c1cf049d3df146d18acfb7cbead2ef3f660f1 (diff) | |
download | plus-e02996049927ca4f52852fe0e437010fd07238a3.tar.gz plus-e02996049927ca4f52852fe0e437010fd07238a3.tar.bz2 plus-e02996049927ca4f52852fe0e437010fd07238a3.tar.xz plus-e02996049927ca4f52852fe0e437010fd07238a3.zip |
remove some code from deprivatedevent class.
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); |