22 lines
201 B
C++
22 lines
201 B
C++
|
|
#include "xstreamedsound.h"
|
||
|
|
|
||
|
|
XStreamedSound::XStreamedSound()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
XStreamedSound::~XStreamedSound()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
void XStreamedSound::ParseData(QDataStream *aStream)
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
void XStreamedSound::Clear()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|