XPlor/libs/xassets/xloadedsound.cpp

25 lines
231 B
C++
Raw Normal View History

2025-09-05 18:35:17 -04:00
#include "xloadedsound.h"
2025-08-14 17:30:25 -04:00
2025-09-05 18:35:17 -04:00
XLoadedSound::XLoadedSound()
: XAsset()
, mName()
, mSound()
2025-08-14 17:30:25 -04:00
{
}
2025-09-05 18:35:17 -04:00
XLoadedSound::~XLoadedSound()
2025-08-14 17:30:25 -04:00
{
}
2025-09-05 18:35:17 -04:00
void XLoadedSound::ParseData(QDataStream *aStream)
2025-08-14 17:30:25 -04:00
{
}
2025-09-05 18:35:17 -04:00
void XLoadedSound::Clear()
2025-08-14 17:30:25 -04:00
{
}