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