mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-11 04:27:42 +00:00
Rename everything
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "Runtime/CDependencyGroup.hpp"
|
||||
#include "Runtime/CToken.hpp"
|
||||
|
||||
namespace urde {
|
||||
namespace metaforce {
|
||||
CDependencyGroup::CDependencyGroup(CInputStream& in) { ReadFromStream(in); }
|
||||
|
||||
void CDependencyGroup::ReadFromStream(CInputStream& in) {
|
||||
@@ -17,4 +17,4 @@ CFactoryFnReturn FDependencyGroupFactory([[maybe_unused]] const SObjectTag& tag,
|
||||
return TToken<CDependencyGroup>::GetIObjObjectFor(std::make_unique<CDependencyGroup>(in));
|
||||
}
|
||||
|
||||
} // namespace urde
|
||||
} // namespace metaforce
|
||||
|
||||
Reference in New Issue
Block a user