Add skip obj unlinker arg

This commit is contained in:
Jan
2022-04-22 23:21:23 +02:00
parent 2823a46b92
commit bba96b248d
3 changed files with 14 additions and 2 deletions

View File

@ -54,6 +54,7 @@ public:
std::unordered_map<std::string, size_t> m_specified_asset_type_map;
AssetTypeHandling m_asset_type_handling;
bool m_skip_obj;
bool m_use_gdt;
bool m_verbose;