The Battle for Wesnoth  1.19.0-dev
Classes | Namespaces | Functions
sound_music_track.hpp File Reference
#include <string>
#include <memory>
Include dependency graph for sound_music_track.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sound::music_track
 Internal representation of music tracks. More...
 

Namespaces

 sound
 Audio output for sound and music.
 

Functions

std::shared_ptr< music_track > sound::get_track (unsigned int i)
 
void sound::set_track (unsigned int i, const std::shared_ptr< music_track > &to)
 
bool operator== (const sound::music_track &a, const sound::music_track &b)
 
bool operator!= (const sound::music_track &a, const sound::music_track &b)
 

Function Documentation

◆ operator!=()

bool operator!= ( const sound::music_track a,
const sound::music_track b 
)
inline

Definition at line 78 of file sound_music_track.hpp.

References a, and b.

◆ operator==()

bool operator== ( const sound::music_track a,
const sound::music_track b 
)
inline

Definition at line 75 of file sound_music_track.hpp.

References a, and b.