#pragma once #include void SetBackgroundAudioGame(const std::string &path); int PlayBackgroundAudio(); void UpdateBackgroundAudio();