mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
vcmi: use std::optional
This commit is contained in:
@@ -171,10 +171,9 @@ public:
|
||||
|
||||
virtual bool isTile2Terrain() const { return false; }
|
||||
|
||||
boost::optional<std::string> getAmbientSound() const;
|
||||
boost::optional<std::string> getVisitSound() const;
|
||||
boost::optional<std::string> getRemovalSound() const;
|
||||
|
||||
std::optional<std::string> getAmbientSound() const;
|
||||
std::optional<std::string> getVisitSound() const;
|
||||
std::optional<std::string> getRemovalSound() const;
|
||||
|
||||
/** VIRTUAL METHODS **/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user