5 lines
81 B
C++
5 lines
81 B
C++
#include "ISoundDevice.h"
|
|
|
|
namespace audio {
|
|
ISoundDevice::~ISoundDevice() {}
|
|
}; |