diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-11 20:23:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-11 20:23:08 +0300 |
commit | ef5e90f62ca8ad28309c5c9f7cf703a202f7fb1d (patch) | |
tree | 5e1ebff331c2988ff30ce6f9e2e63eb9b5cdc0ca /src/gui | |
parent | caea9420c61be39e1d835e3fa9ed34c2389aa9d5 (diff) | |
download | plus-ef5e90f62ca8ad28309c5c9f7cf703a202f7fb1d.tar.gz plus-ef5e90f62ca8ad28309c5c9f7cf703a202f7fb1d.tar.bz2 plus-ef5e90f62ca8ad28309c5c9f7cf703a202f7fb1d.tar.xz plus-ef5e90f62ca8ad28309c5c9f7cf703a202f7fb1d.zip |
Move playerignorestrategy into separate file.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/models/ignorechoiceslistmodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/models/ignorechoiceslistmodel.h b/src/gui/models/ignorechoiceslistmodel.h index 8ba3eadb1..c172c7d3e 100644 --- a/src/gui/models/ignorechoiceslistmodel.h +++ b/src/gui/models/ignorechoiceslistmodel.h @@ -27,6 +27,8 @@ #include "gui/models/playerrelationlistmodel.h" +#include "being/playerignorestrategy.h" + /** * Class for choosing one of the various `what to do when ignoring a player' options */ |