Closed Kubic-C closed 1 year ago
Currently spock engine gives the user no ability to play sound
Solution:
// example const char* sound_file = "sound_file.mp3" uint32_t sound_id = spk::load_sound(sound_file); spk::play_sound(sound_id);
added basic sound PR #7
Currently spock engine gives the user no ability to play sound
Solution: