22#ifndef SDL2PP_MUSIC_HH
23#define SDL2PP_MUSIC_HH
29#include <SDL2pp/Export.hh>
54 explicit Music(Mix_Music* music);
66 explicit Music(
const std::string& file);
143 Mix_Music* Get()
const;
151 Mix_MusicType GetType()
const;
Music data
Definition: Music.hh:43
Music(const Music &other)=delete
Deleted copy constructor.
Music & operator=(const Music &other)=delete
Deleted assignment operator.
I/O abstraction.
Definition: RWops.hh:156