mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-17 00:07:41 +02:00
Extracted message-related functionality of CGameHandler to separate file
This commit is contained in:
@ -40,6 +40,7 @@
|
||||
VCMI_LIB_NAMESPACE_BEGIN
|
||||
|
||||
const HeroTypeID HeroTypeID::NONE = HeroTypeID(-1);
|
||||
const ObjectInstanceID ObjectInstanceID::NONE = ObjectInstanceID(-1);
|
||||
|
||||
const SlotID SlotID::COMMANDER_SLOT_PLACEHOLDER = SlotID(-2);
|
||||
const SlotID SlotID::SUMMONED_SLOT_PLACEHOLDER = SlotID(-3);
|
||||
|
Reference in New Issue
Block a user