summaryrefslogtreecommitdiffstats
path: root/gui/gui.h
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2015-01-13 04:59:07 +0100
committerEthan Yonker <dees_troy@teamw.in>2015-01-13 05:08:35 +0100
commitcf50da57422f70059a928f34ca731f18f569eab9 (patch)
tree221f14d4c427e050fbc62e0a87416142a92d33d6 /gui/gui.h
parentFix some crashes during theme (re)loading (diff)
downloadandroid_bootable_recovery-cf50da57422f70059a928f34ca731f18f569eab9.tar
android_bootable_recovery-cf50da57422f70059a928f34ca731f18f569eab9.tar.gz
android_bootable_recovery-cf50da57422f70059a928f34ca731f18f569eab9.tar.bz2
android_bootable_recovery-cf50da57422f70059a928f34ca731f18f569eab9.tar.lz
android_bootable_recovery-cf50da57422f70059a928f34ca731f18f569eab9.tar.xz
android_bootable_recovery-cf50da57422f70059a928f34ca731f18f569eab9.tar.zst
android_bootable_recovery-cf50da57422f70059a928f34ca731f18f569eab9.zip
Diffstat (limited to 'gui/gui.h')
-rw-r--r--gui/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/gui.h b/gui/gui.h
index 8e0371ef2..21c460ebe 100644
--- a/gui/gui.h
+++ b/gui/gui.h
@@ -24,6 +24,7 @@
int gui_console_only();
int gui_init();
int gui_loadResources();
+int gui_loadCustomResources();
int gui_start();
int gui_startPage(const char* page_name);
void gui_print(const char *fmt, ...);