diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-24 20:02:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-24 20:02:08 +0300 |
commit | beebdb815e17a45b9ffb6bd455135725e37a9954 (patch) | |
tree | 54f88a6c3f89e51b618982123b5653fee500d97a /src/statuseffect.h | |
parent | bfea66a6eea9628d2585e4cd33d3dd86eded1df8 (diff) | |
download | plus-beebdb815e17a45b9ffb6bd455135725e37a9954.tar.gz plus-beebdb815e17a45b9ffb6bd455135725e37a9954.tar.bz2 plus-beebdb815e17a45b9ffb6bd455135725e37a9954.tar.xz plus-beebdb815e17a45b9ffb6bd455135725e37a9954.zip |
Move type Enable into separate file.
Diffstat (limited to 'src/statuseffect.h')
-rw-r--r-- | src/statuseffect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/statuseffect.h b/src/statuseffect.h index 4af6e039f..4f1c57733 100644 --- a/src/statuseffect.h +++ b/src/statuseffect.h @@ -23,6 +23,7 @@ #ifndef STATUSEFFECT_H #define STATUSEFFECT_H +#include "enums/simpletypes/enable.h" #include "enums/simpletypes/simpletypes.h" #include <string> |