XPlor/libs/xassets/xloadedsound.cpp
2025-09-05 18:35:17 -04:00

25 lines
231 B
C++

#include "xloadedsound.h"
XLoadedSound::XLoadedSound()
: XAsset()
, mName()
, mSound()
{
}
XLoadedSound::~XLoadedSound()
{
}
void XLoadedSound::ParseData(QDataStream *aStream)
{
}
void XLoadedSound::Clear()
{
}