mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +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);
|
||||
}
|
||||
|
||||
@@ -47,6 +47,7 @@ private:
|
||||
int dropSelection = 0;
|
||||
int mode = 0;
|
||||
bool dropDownMenu = false;
|
||||
bool loaded = false;
|
||||
|
||||
// Draws.
|
||||
void DrawBrowse(void) const;
|
||||
|
||||
Reference in New Issue
Block a user