17 lines
166 B
C++
17 lines
166 B
C++
#include "xsoundaliaslist.h"
|
|
|
|
XSoundAliasList::XSoundAliasList()
|
|
{
|
|
|
|
}
|
|
|
|
void XSoundAliasList::Clear()
|
|
{
|
|
|
|
}
|
|
|
|
void XSoundAliasList::ParseData(QDataStream *aStream)
|
|
{
|
|
|
|
}
|