summaryrefslogtreecommitdiff
path: root/apps/gui/splash.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/splash.h')
-rw-r--r--apps/gui/splash.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/gui/splash.h b/apps/gui/splash.h
index ca4cf268dd..b1aece9dde 100644
--- a/apps/gui/splash.h
+++ b/apps/gui/splash.h
@@ -17,6 +17,9 @@
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19 19
20#ifndef _GUI_SPLASH_H_
21#define _GUI_SPLASH_H_
22#include "screen_access.h"
20/* 23/*
21 * Puts a splash message on the given screen for a given period 24 * Puts a splash message on the given screen for a given period
22 * - screen : the screen to put the splash on 25 * - screen : the screen to put the splash on
@@ -37,3 +40,5 @@ extern void gui_splash(struct screen * screen, int ticks,
37 */ 40 */
38extern void gui_syncsplash(int ticks, bool center, 41extern void gui_syncsplash(int ticks, bool center,
39 const char *fmt, ...); 42 const char *fmt, ...);
43
44#endif /* _GUI_ICON_H_ */