mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 18:24:55 +00:00
Integrate hecl ClientProcess into resource factory
This commit is contained in:
@@ -31,9 +31,14 @@ public:
|
||||
bool newProject(const hecl::SystemString& path);
|
||||
bool openProject(const hecl::SystemString& path);
|
||||
bool extractGame(const hecl::SystemString& path);
|
||||
|
||||
bool saveProject();
|
||||
|
||||
void asyncIdle() {m_factoryMP1.AsyncIdle();}
|
||||
void shutdown()
|
||||
{
|
||||
m_clientProc.shutdown();
|
||||
m_factoryMP1.Shutdown();
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user