mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-04 16:49:06 +00:00
Improve Extracting & Add progressbar.
This commit is contained in:
@@ -31,8 +31,10 @@
|
||||
#include <string>
|
||||
|
||||
namespace Animation {
|
||||
// Draw Progressbar.
|
||||
// Downloading Progressbar.
|
||||
void DrawProgressBar(float currentProgress, float totalProgress, int mode);
|
||||
// Extracting progressbar.
|
||||
void DrawProgressBarExtract(u64 currentProgress, u64 totalProgress, int mode);
|
||||
// Draw Button.
|
||||
void Button(int x, int y, float speed = .030);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user