mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
Refactor for original/pc dataspec handling
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
#include <hecl/Database.hpp>
|
||||
#include <athena/DNAYaml.hpp>
|
||||
#include "ProjectResourceFactory.hpp"
|
||||
#include "ProjectResourceFactoryMP1.hpp"
|
||||
#include "Runtime/CSimplePool.hpp"
|
||||
|
||||
namespace urde
|
||||
@@ -18,11 +18,9 @@ class ProjectManager
|
||||
ViewManager& m_vm;
|
||||
std::unique_ptr<hecl::Database::Project> m_proj;
|
||||
static bool m_registeredSpecs;
|
||||
ProjectResourceFactory m_factory;
|
||||
ProjectResourceFactoryMP1 m_factoryMP1;
|
||||
urde::CSimplePool m_objStore;
|
||||
|
||||
void IndexMP1Resources();
|
||||
|
||||
public:
|
||||
ProjectManager(ViewManager& vm);
|
||||
operator bool() const {return m_proj.operator bool();}
|
||||
|
||||
Reference in New Issue
Block a user