XPlor/libs/assets/assetlist.h

15 lines
218 B
C
Raw Normal View History

2025-06-07 11:20:47 -04:00
#ifndef ASSETLIST_H
#define ASSETLIST_H
#include "asset.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