summaryrefslogtreecommitdiff
path: root/src/resources/beingslot.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-21 20:18:38 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-21 21:45:47 +0300
commit95227e7c07251c8f59164050543c3c134aff238f (patch)
tree1b45789ca770f7251a557281da22892923470a68 /src/resources/beingslot.h
parentae351c43eca44c532404deb9f10bf3e4b97406bf (diff)
downloadplus-95227e7c07251c8f59164050543c3c134aff238f.tar.gz
plus-95227e7c07251c8f59164050543c3c134aff238f.tar.bz2
plus-95227e7c07251c8f59164050543c3c134aff238f.tar.xz
plus-95227e7c07251c8f59164050543c3c134aff238f.zip
Add support for items with cards in charcreation.xml
Diffstat (limited to 'src/resources/beingslot.h')
-rw-r--r--src/resources/beingslot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/beingslot.h b/src/resources/beingslot.h
index 1d4ef4d55..840fbd2da 100644
--- a/src/resources/beingslot.h
+++ b/src/resources/beingslot.h
@@ -45,4 +45,6 @@ struct BeingSlot final
std::string color;
};
+extern BeingSlot *emptyBeingSlot;
+
#endif // RESOURCES_BEINGSLOT_H