Structure represents progress value.
You can find more information in comments below.
struct Progress
{
size_t Current; // Current progress value
size_t Total; // Maximum progress value corresponding to 100% completeness
};
Namespace: | nitisa::script |
Include: | Nitisa/Modules/Script/Core/Progress.h |