mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-25 14:17:54 -05:00
Read assetlists for ignoring assets
This commit is contained in:
12
src/ZoneCommon/Zone/AssetList/AssetList.h
Normal file
12
src/ZoneCommon/Zone/AssetList/AssetList.h
Normal file
@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
|
||||
class AssetListEntry
|
||||
{
|
||||
public:
|
||||
std::string m_type;
|
||||
std::string m_name;
|
||||
|
||||
AssetListEntry();
|
||||
AssetListEntry(std::string type, std::string name);
|
||||
};
|
Reference in New Issue
Block a user