From 575ae18234fa5f4d164457ab4f60616ad71b766a Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 7 Apr 2009 22:48:52 +0200 Subject: Initial eventcmd work More useful events should be added... --- src/ui.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ui.h') diff --git a/src/ui.h b/src/ui.h index 084bce0..794003d 100644 --- a/src/ui.h +++ b/src/ui.h @@ -26,6 +26,8 @@ THE SOFTWARE. #include +#include "settings.h" + typedef enum {MSG_NONE, MSG_INFO, MSG_PLAYING, MSG_TIME, MSG_ERR, MSG_QUESTION, MSG_LIST} uiMsg_t; @@ -38,5 +40,7 @@ char *BarUiSelectMusicId (const PianoHandle_t *ph); void BarStationFromGenre (PianoHandle_t *ph); inline void BarUiPrintStation (PianoStation_t *); inline void BarUiPrintSong (PianoSong_t *, PianoStation_t *); +void BarUiStartEventCmd (const BarSettings_t *settings, const char *type, + const PianoStation_t *curStation, const PianoSong_t *curSong); #endif /* _UI_H */ -- cgit v1.2.3