mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 18:24:55 +00:00
Tons of PART rendering preparation
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
#include <HECL/Database.hpp>
|
||||
#include <Athena/DNAYaml.hpp>
|
||||
#include "ProjectResourceFactory.hpp"
|
||||
#include "Runtime/CSimplePool.hpp"
|
||||
|
||||
namespace URDE
|
||||
{
|
||||
@@ -21,6 +23,11 @@ class ProjectManager
|
||||
ViewManager& m_vm;
|
||||
std::unique_ptr<HECL::Database::Project> m_proj;
|
||||
static bool m_registeredSpecs;
|
||||
ProjectResourceFactory m_factory;
|
||||
pshag::CSimplePool m_objStore;
|
||||
|
||||
void IndexMP1Resources();
|
||||
|
||||
public:
|
||||
ProjectManager(ViewManager& vm);
|
||||
operator bool() const {return m_proj.operator bool();}
|
||||
|
||||
Reference in New Issue
Block a user