XPlor/libs/assets/xstreamedsound.cpp
Nicholas Johnson be8aa3691e Hey baby girl
2025-08-14 17:30:25 -04:00

22 lines
201 B
C++

#include "xstreamedsound.h"
XStreamedSound::XStreamedSound()
{
}
XStreamedSound::~XStreamedSound()
{
}
void XStreamedSound::ParseData(QDataStream *aStream)
{
}
void XStreamedSound::Clear()
{
}