mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-10-26 16:25:51 +00:00
feat: show loading progress in modman
This commit is contained in:
@@ -5,5 +5,8 @@
|
||||
class ProgressCallback
|
||||
{
|
||||
public:
|
||||
ProgressCallback() = default;
|
||||
virtual ~ProgressCallback() = default;
|
||||
|
||||
virtual void OnProgress(size_t current, size_t total) = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user