Gitiles
Code Review
Sign In
review.evervolv.com
/
android_bootable_recovery
/
d0384ef73e2c241d92c3b5a7ea97f6f66ca7c611
/
.
/
gui
/
gui.h
blob: 948e11b36ef4ec1b3e4958a654489826d9e36498 [
file
] [
log
] [
blame
]
#ifndef
_GUI_HEADER
#define
_GUI_HEADER
int
gui_console_only
();
int
gui_init
();
int
gui_loadResources
();
int
gui_start
();
void
gui_print
(
const
char
*
fmt
,
...);
void
gui_print_overwrite
(
const
char
*
fmt
,
...);
#endif
// _GUI_HEADER