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