aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'screen_ui.h')
-rw-r--r--screen_ui.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/screen_ui.h b/screen_ui.h
index ea1a95be..590e5c8e 100644
--- a/screen_ui.h
+++ b/screen_ui.h
@@ -18,6 +18,7 @@
18#define RECOVERY_SCREEN_UI_H 18#define RECOVERY_SCREEN_UI_H
19 19
20#include <pthread.h> 20#include <pthread.h>
21#include <stdio.h>
21 22
22#include "ui.h" 23#include "ui.h"
23#include "minui/minui.h" 24#include "minui/minui.h"
@@ -114,7 +115,11 @@ class ScreenRecoveryUI : public RecoveryUI {
114 static void* progress_thread(void* cookie); 115 static void* progress_thread(void* cookie);
115 void progress_loop(); 116 void progress_loop();
116 117
117 void print_no_update(const char*); 118 void ShowFile(FILE*);
119 void PutChar(char);
120 void ClearText();
121
122 void DrawHorizontalRule(int* y);
118 123
119 void LoadBitmap(const char* filename, gr_surface* surface); 124 void LoadBitmap(const char* filename, gr_surface* surface);
120 void LoadBitmapArray(const char* filename, int* frames, gr_surface** surface); 125 void LoadBitmapArray(const char* filename, int* frames, gr_surface** surface);