/*! * \file src/Sound.cpp * \brief This is the audio manager Implementation * * \author xythobuz */ #include "global.h" #include "Sound.h" Sound::~Sound() { }