mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-13 08:18:21 -05:00
Read assetlists for ignoring assets
This commit is contained in:
10
src/ZoneCommon/Zone/AssetList/AssetList.cpp
Normal file
10
src/ZoneCommon/Zone/AssetList/AssetList.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
#include "AssetList.h"
|
||||
|
||||
AssetListEntry::AssetListEntry()
|
||||
= default;
|
||||
|
||||
AssetListEntry::AssetListEntry(std::string type, std::string name)
|
||||
: m_type(std::move(type)),
|
||||
m_name(std::move(name))
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user