diff options
Diffstat (limited to 'apps/gui/splash.h')
-rw-r--r-- | apps/gui/splash.h | 5 |
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 @@ * ****************************************************************************/ +#ifndef _GUI_SPLASH_H_ +#define _GUI_SPLASH_H_ +#include "screen_access.h" /* * Puts a splash message on the given screen for a given period * - screen : the screen to put the splash on @@ -37,3 +40,5 @@ extern void gui_splash(struct screen * screen, int ticks, */ extern void gui_syncsplash(int ticks, bool center, const char *fmt, ...); + +#endif /* _GUI_ICON_H_ */ |