mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-04 10:11:53 +00:00
chore: generalize default asset creators
This commit is contained in:
@ -3,6 +3,8 @@
|
||||
#include <format>
|
||||
#include <iostream>
|
||||
|
||||
IgnoredAssetLookup::IgnoredAssetLookup() = default;
|
||||
|
||||
IgnoredAssetLookup::IgnoredAssetLookup(const AssetList& assetList)
|
||||
{
|
||||
m_ignored_asset_lookup.reserve(assetList.m_entries.size());
|
||||
|
Reference in New Issue
Block a user