diff options
Diffstat (limited to 'src/resources/beingslot.h')
-rw-r--r-- | src/resources/beingslot.h | 2 |
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 |