For now using unique_ptr and implementation of Sound()

This commit is contained in:
2025-09-04 22:30:24 +03:00
parent 81cef5cc8a
commit ead1e742d1
3 changed files with 7 additions and 5 deletions

View File

@@ -3,6 +3,7 @@
#include <Magnum/Math/Vector3.h>
using namespace ChargeAudio;
Sound::Sound() {}
Sound::~Sound() { ma_sound_uninit(&maSound); }
// Controls