#include #pragma once class AudioPlayer { public: AudioPlayer(void); ~AudioPlayer(void); void PlaySound(std::string); };