XPlor/libs/xassets/assetlist.h

15 lines
219 B
C
Raw Normal View History

2025-06-07 11:20:47 -04:00
#ifndef ASSETLIST_H
#define ASSETLIST_H
2025-08-14 17:30:25 -04:00
#include "xasset.h"
2025-07-10 00:04:52 -04:00
#include "scriptstringlist.h"
2025-06-07 11:20:47 -04:00
struct XAssetList
{
ScriptStringList stringList;
int assetCount;
QVector<XAsset> assets;
};
#endif // ASSETLIST_H