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