diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-29 13:23:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-29 21:10:19 +0300 |
commit | 95c7914cc3c87408f482e4f5f78bcc3642ada111 (patch) | |
tree | bc99a7d17e36d49f2c743feb3e940dc4d0372e89 /src/being.h | |
parent | 2b13a2f1f0daafe489b5a742962970e0ecedc8f4 (diff) | |
download | plus-95c7914cc3c87408f482e4f5f78bcc3642ada111.tar.gz plus-95c7914cc3c87408f482e4f5f78bcc3642ada111.tar.bz2 plus-95c7914cc3c87408f482e4f5f78bcc3642ada111.tar.xz plus-95c7914cc3c87408f482e4f5f78bcc3642ada111.zip |
split being.cpp to some files.
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/being.h b/src/being.h index b71e17738..bc5089dcc 100644 --- a/src/being.h +++ b/src/being.h @@ -88,26 +88,6 @@ struct NextSoundInfo int time; }; -class BeingEquipBackend final : public Equipment::Backend -{ - public: - explicit BeingEquipBackend(Being *const being); - - A_DELETE_COPY(BeingEquipBackend) - - virtual ~BeingEquipBackend(); - - Item *getEquipment(const int index) const A_WARN_UNUSED; - - void clear(); - - void setEquipment(const int index, Item *const item); - - private: - Item *mEquipment[EQUIPMENT_SIZE]; - Being *mBeing; -}; - class Being : public ActorSprite, public ConfigListener { public: |