mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
CModelData imps
This commit is contained in:
@@ -46,6 +46,11 @@ public:
|
||||
return x4_loader.GetResourceIdByName(name);
|
||||
}
|
||||
|
||||
FourCC GetResourceTypeById(ResId id) const
|
||||
{
|
||||
return x4_loader.GetResourceTypeById(id);
|
||||
}
|
||||
|
||||
std::vector<std::pair<std::string, SObjectTag>> GetResourceIdToNameList() const
|
||||
{
|
||||
std::vector<std::pair<std::string, SObjectTag>> retval;
|
||||
|
||||
Reference in New Issue
Block a user