From 3aa842c9a37928d718e8ea088c84901067d0889c Mon Sep 17 00:00:00 2001 From: Kevin Ferrare Date: Sun, 6 Nov 2005 17:30:53 +0000 Subject: some multi-screen work in playlist.c, properly formated splash.h git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7766 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/splash.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps/gui/splash.h') 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_ */ -- cgit v1.2.2