XPlor/libs/assets/xstreamedsound.cpp

22 lines
201 B
C++
Raw Normal View History

2025-08-14 17:30:25 -04:00
#include "xstreamedsound.h"
XStreamedSound::XStreamedSound()
{
}
XStreamedSound::~XStreamedSound()
{
}
void XStreamedSound::ParseData(QDataStream *aStream)
{
}
void XStreamedSound::Clear()
{
}