introduced weather service interface

This commit is contained in:
louis
2015-01-13 09:01:11 +01:00
parent c59cc4e610
commit 4d8d1cc629
11 changed files with 160 additions and 3 deletions

View File

@@ -51,6 +51,7 @@ public:
void ClearChannelGroups(void);
void DisplayMessage(eMessageType Type, const char *Text);
void DrawCustomTokens(void);
void DrawCurrentWeather(void);
void DoStart(void) { Start(); };
void Flush(void) { DoFlush(); };
};