2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-11-26 14:32:06 +00:00

chore: add force loading of assets

This commit is contained in:
Jan
2025-01-21 23:11:37 +01:00
parent b4194eff28
commit 990bfe27df
4 changed files with 90 additions and 7 deletions

View File

@@ -93,6 +93,11 @@ XAssetInfoGeneric::XAssetInfoGeneric(const asset_type_t type,
{
}
bool XAssetInfoGeneric::IsReference() const
{
return !m_name.empty() && m_name[0] == ',';
}
std::string XAssetInfoGeneric::NormalizeAssetName(std::string input)
{
utils::MakeStringLowerCase(input);