Archived
1
Fork 0

Reformat audio module

This commit is contained in:
Joshua Goins 2022-08-15 10:55:59 -04:00
parent 069318dc0b
commit 9656552878
3 changed files with 12 additions and 12 deletions

View file

@ -9,4 +9,4 @@ namespace audio {
void initialize(); void initialize();
void play_file(const prism::path& path, float gain = 1.0f); void play_file(const prism::path& path, float gain = 1.0f);
} } // namespace audio