Match and link CDependencyGroup

Former-commit-id: e2567bfa9c
This commit is contained in:
2023-01-13 23:55:03 -08:00
parent 026b7f0fa6
commit 73cd98d1f8
7 changed files with 76 additions and 30 deletions

View File

@@ -10,7 +10,9 @@ class CInputStream;
class CDependencyGroup {
public:
explicit CDependencyGroup(CInputStream& in);
~CDependencyGroup() {}
void ReadFromStream(CInputStream& in);
int GetCountForResType(FourCC type) const;
const rstl::vector< SObjectTag >& GetObjectTagVector() const { return x0_objectTags; }