mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:47:42 +00:00
Rename everything
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
#include <cassert>
|
||||
|
||||
namespace urde {
|
||||
namespace metaforce {
|
||||
|
||||
CSimplePool::CSimplePool(IFactory& factory)
|
||||
: x18_factory(factory), x1c_paramXfer(new TObjOwnerParam<IObjectStore*>(this)) {}
|
||||
@@ -68,4 +68,4 @@ std::vector<SObjectTag> CSimplePool::GetReferencedTags() const {
|
||||
return ret;
|
||||
}
|
||||
|
||||
} // namespace urde
|
||||
} // namespace metaforce
|
||||
|
||||
Reference in New Issue
Block a user