mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-25 14:17:54 -05:00
Write IPak base skeleton without data
This commit is contained in:
@ -7,9 +7,10 @@ class AssetListEntry
|
||||
public:
|
||||
std::string m_type;
|
||||
std::string m_name;
|
||||
bool m_is_reference;
|
||||
|
||||
AssetListEntry();
|
||||
AssetListEntry(std::string type, std::string name);
|
||||
AssetListEntry(std::string type, std::string name, bool isReference);
|
||||
};
|
||||
|
||||
class AssetList
|
||||
|
Reference in New Issue
Block a user