24 #ifndef RESOURCES_SDLMUSIC_H
25 #define RESOURCES_SDLMUSIC_H
30 PRAGMA48(GCC diagnostic ignored
"-Wshadow")
31 #include <SDL_mixer.h>
34 #include "localconsts.h"
51 const std::string &name);
70 bool play(const
int loops,
71 const
int fadeIn) const;
int calcMemoryLocal() const
std::string getCounterName() const
bool play(const int loops, const int fadeIn) const
#define A_DELETE_COPY(func)