mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-19 00:17:56 +02:00
Restored ambient sounds functionality
This commit is contained in:
@ -28,17 +28,10 @@ VCMI_LIB_NAMESPACE_BEGIN
|
||||
|
||||
class CGObjectInstance;
|
||||
class CGHeroInstance;
|
||||
class CGBoat;
|
||||
class CMap;
|
||||
struct TerrainTile;
|
||||
class PlayerColor;
|
||||
|
||||
VCMI_LIB_NAMESPACE_END
|
||||
|
||||
struct SDL_Surface;
|
||||
class CAnimation;
|
||||
class IImage;
|
||||
class CMapHandler;
|
||||
class IMapObjectObserver;
|
||||
|
||||
class CMapHandler
|
||||
@ -74,9 +67,6 @@ public:
|
||||
/// returns string description for terrain interaction
|
||||
std::string getTerrainDescr(const int3 & pos, bool rightClick) const;
|
||||
|
||||
/// returns list of ambient sounds for specified tile
|
||||
std::vector<std::string> getAmbientSounds(const int3 & tile);
|
||||
|
||||
/// determines if the map is ready to handle new hero movement (not available during fading animations)
|
||||
bool hasOngoingAnimations();
|
||||
|
||||
|
Reference in New Issue
Block a user