XPlor/libs/xassets/assetlist.h
2025-08-14 18:50:13 -04:00

15 lines
219 B
C

#ifndef ASSETLIST_H
#define ASSETLIST_H
#include "xasset.h"
#include "scriptstringlist.h"
struct XAssetList
{
ScriptStringList stringList;
int assetCount;
QVector<XAsset> assets;
};
#endif // ASSETLIST_H