XPlor/libs/assets/xaudiosound.cpp

22 lines
180 B
C++
Raw Normal View History

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