mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Merged bonus names with bonus descriptions, since they are never used
separately
This commit is contained in:
@@ -24,7 +24,7 @@ class DLL_LINKAGE IBonusTypeHandler : public IHandlerBase
|
||||
public:
|
||||
virtual ~IBonusTypeHandler() = default;
|
||||
|
||||
virtual std::string bonusToString(const std::shared_ptr<Bonus> & bonus, const IBonusBearer * bearer, bool description) const = 0;
|
||||
virtual std::string bonusToString(const std::shared_ptr<Bonus> & bonus, const IBonusBearer * bearer) const = 0;
|
||||
virtual ImagePath bonusToGraphics(const std::shared_ptr<Bonus> & bonus) const = 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user