mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
Added overloaded version of getObjectHandler to CGHeroInstance
This commit is contained in:
@@ -101,7 +101,7 @@ public:
|
||||
std::optional<AudioPath> getVisitSound(vstd::RNG & rng) const;
|
||||
std::optional<AudioPath> getRemovalSound(vstd::RNG & rng) const;
|
||||
|
||||
TObjectTypeHandler getObjectHandler() const;
|
||||
virtual TObjectTypeHandler getObjectHandler() const;
|
||||
|
||||
/** VIRTUAL METHODS **/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user