mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
7 lines
144 B
C++
7 lines
144 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
void SetBackgroundAudioGame(const std::string &path);
|
|
int PlayBackgroundAudio();
|
|
void UpdateBackgroundAudio();
|