mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
8 lines
144 B
C++
8 lines
144 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
void SetBackgroundAudioGame(const std::string &path);
|
|
int PlayBackgroundAudio();
|
|
void UpdateBackgroundAudio();
|