Files
starruler-linux/source/sound/source/ISoundDevice.cpp
T
2018-07-17 14:15:37 +02:00

5 lines
81 B
C++

#include "ISoundDevice.h"
namespace audio {
ISoundDevice::~ISoundDevice() {}
};