mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:47:42 +00:00
DGRP Fixes
This commit is contained in:
19
Runtime/CDependencyGroup.hpp
Normal file
19
Runtime/CDependencyGroup.hpp
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef CDEPENDENCYGROUP_HPP
|
||||
#define CDEPENDENCYGROUP_HPP
|
||||
|
||||
#include "CFactoryMgr.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
class CDependencyGroup
|
||||
{
|
||||
std::vector<SObjectTag> x0_objectTags;
|
||||
public:
|
||||
CDependencyGroup(CInputStream& in);
|
||||
void ReadFromStream(CInputStream& in);
|
||||
};
|
||||
|
||||
CFactoryFnReturn FDependencyGroupFactory(const SObjectTag& tag, CInputStream& in, const CVParamTransfer& param);
|
||||
}
|
||||
|
||||
#endif // CDEPENDENCYGROUP_HPP
|
||||
Reference in New Issue
Block a user