mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 09:07:41 +00:00
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user