aboutsummaryrefslogtreecommitdiffstats
path: root/screen_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'screen_ui.h')
-rw-r--r--screen_ui.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/screen_ui.h b/screen_ui.h
index 8e18864..2ec5f5d 100644
--- a/screen_ui.h
+++ b/screen_ui.h
@@ -116,6 +116,9 @@ class ScreenRecoveryUI : public RecoveryUI {
int stage, max_stage;
+ bool rainbow;
+ int wrap_count;
+
void draw_background_locked(Icon icon);
void draw_progress_locked();
void draw_screen_locked();
@@ -137,6 +140,8 @@ class ScreenRecoveryUI : public RecoveryUI {
void LoadBitmap(const char* filename, GRSurface** surface);
void LoadBitmapArray(const char* filename, int* frames, GRSurface*** surface);
void LoadLocalizedBitmap(const char* filename, GRSurface** surface);
+
+ void OMGRainbows();
};
#endif // RECOVERY_UI_H