Had to update everything to use Config::path_to for Config::BASE_DIR loading.

This commit is contained in:
Zed A. Shaw 2025-05-13 01:17:24 -04:00
parent eda7c30fc1
commit 2ef5a52928
5 changed files with 19 additions and 14 deletions

View file

@ -16,7 +16,7 @@ namespace sound {
};
void init();
void load(const std::string& name, const std::string& path);
void load(const std::string& name, const std::filesystem::path& path);
void play(const std::string& name, bool loop=false);
void play_at(const std::string& name, float x, float y, float z);
void stop(const std::string& name);