XPlor/libs/assets/assetlist.h
Nicholas Johnson be8aa3691e Hey baby girl
2025-08-14 17:30:25 -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