#ifndef ASSETLIST_H #define ASSETLIST_H #include "asset.h" struct ScriptStringList { int count; QVector stringPtrs; QStringList scriptStrings; }; struct XAssetList { ScriptStringList stringList; int assetCount; QVector assets; }; #endif // ASSETLIST_H