mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 17:47:43 +00:00
New code style refactor
This commit is contained in:
@@ -2,18 +2,16 @@
|
||||
|
||||
#include "CFactoryMgr.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
class CDependencyGroup
|
||||
{
|
||||
std::vector<SObjectTag> x0_objectTags;
|
||||
namespace urde {
|
||||
class CDependencyGroup {
|
||||
std::vector<SObjectTag> x0_objectTags;
|
||||
|
||||
public:
|
||||
CDependencyGroup(CInputStream& in);
|
||||
void ReadFromStream(CInputStream& in);
|
||||
const std::vector<SObjectTag>& GetObjectTagVector() const { return x0_objectTags; }
|
||||
CDependencyGroup(CInputStream& in);
|
||||
void ReadFromStream(CInputStream& in);
|
||||
const std::vector<SObjectTag>& GetObjectTagVector() const { return x0_objectTags; }
|
||||
};
|
||||
|
||||
CFactoryFnReturn FDependencyGroupFactory(const SObjectTag& tag, CInputStream& in, const CVParamTransfer& param,
|
||||
CObjectReference* selfRef);
|
||||
}
|
||||
|
||||
} // namespace urde
|
||||
|
||||
Reference in New Issue
Block a user