XPlor/libs/xassets/xsoundfileref.h

13 lines
167 B
C
Raw Normal View History

2025-08-14 17:30:25 -04:00
#ifndef XSOUNDFILEREF_H
#define XSOUNDFILEREF_H
#include "xasset.h"
class XSoundFileRef : public XAsset
{
public:
XSoundFileRef();
};
#endif // XSOUNDFILEREF_H