mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-02 01:30:00 -04:00
9 lines
139 B
C++
9 lines
139 B
C++
#pragma once
|
|
|
|
namespace dusk::audio {
|
|
/**
|
|
* Initialize the audio system and start playing audio.
|
|
*/
|
|
void Initialize();
|
|
}
|