mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 18:24:55 +00:00
Added progress bars to extract system
This commit is contained in:
@@ -24,7 +24,8 @@ public:
|
||||
HECL::SystemString getLevelString() const;
|
||||
bool extractResources(const HECL::ProjectPath& dirOut,
|
||||
const HECL::ProjectPath& cookedOut,
|
||||
bool force);
|
||||
bool force,
|
||||
std::function<void(float)> progress);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user