This commit is contained in:
2022-07-14 20:03:21 +02:00
parent a616970ce2
commit ff996e8e55
21 changed files with 1310 additions and 157 deletions

View File

@@ -0,0 +1,9 @@
#include "ApplicationData.h"
AudioDevice::~AudioDevice()
{
if (device)
{
//device->Release();
}
}