2021-09-12 03:18:12 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <string>
|
|
|
|
|
2021-09-12 20:38:41 +00:00
|
|
|
__attribute__((visibility("internal"))) std::string _sound_get_source_file();
|
|
|
|
__attribute__((visibility("internal"))) void _sound_resolve_all();
|
2021-09-12 03:18:12 +00:00
|
|
|
__attribute__((visibility("internal"))) std::string _sound_pick(std::string sound);
|