XPlor/libs/assets/assetlist.h
2025-07-10 00:04:52 -04:00

15 lines
218 B
C

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