diff options
author | Kevin Ferrare <kevin@rockbox.org> | 2005-11-06 17:30:53 +0000 |
---|---|---|
committer | Kevin Ferrare <kevin@rockbox.org> | 2005-11-06 17:30:53 +0000 |
commit | 3aa842c9a37928d718e8ea088c84901067d0889c (patch) | |
tree | 3085a8a5f47af6980c97beb8f22ea3a16e0031cc /apps/gui/splash.h | |
parent | e7461b36092611cca29697f7aca59f2247923d90 (diff) | |
download | rockbox-3aa842c9a37928d718e8ea088c84901067d0889c.tar.gz rockbox-3aa842c9a37928d718e8ea088c84901067d0889c.tar.bz2 rockbox-3aa842c9a37928d718e8ea088c84901067d0889c.zip |
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
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_ */ |