diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2015-01-13 04:59:07 +0100 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2015-01-13 05:08:35 +0100 |
commit | cf50da57422f70059a928f34ca731f18f569eab9 (patch) | |
tree | 221f14d4c427e050fbc62e0a87416142a92d33d6 /gui/gui.h | |
parent | Fix some crashes during theme (re)loading (diff) | |
download | android_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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, ...); |