For now using unique_ptr and implementation of Sound()
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include <Magnum/Math/Vector3.h>
|
||||
|
||||
using namespace ChargeAudio;
|
||||
Sound::Sound() {}
|
||||
Sound::~Sound() { ma_sound_uninit(&maSound); }
|
||||
|
||||
// Controls
|
||||
|
Reference in New Issue
Block a user