22 lines
180 B
C++
22 lines
180 B
C++
#include "xaudiosound.h"
|
|
|
|
XAudioSound::XAudioSound()
|
|
{
|
|
|
|
}
|
|
|
|
XAudioSound::~XAudioSound()
|
|
{
|
|
|
|
}
|
|
|
|
void XAudioSound::ParseData(QDataStream *aStream)
|
|
{
|
|
|
|
}
|
|
|
|
void XAudioSound::Clear()
|
|
{
|
|
|
|
}
|