aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/WeatherSymbols.h
diff options
context:
space:
mode:
authorVictor Kareh <vkareh@redhat.com>2024-01-31 17:41:39 -0500
committerJF <JF002@users.noreply.github.com>2024-02-18 12:57:48 +0100
commitf422929d8cd0877c56e55d285f3ab3cc1223ea96 (patch)
treec3c3aeafae0305eaaec66f6e65773d1a6d6b4f6b /src/displayapp/screens/WeatherSymbols.h
parent5d971690cb7fcf51e0215a9eda16136607cf1851 (diff)
weather: Add new app with forecast
Diffstat (limited to 'src/displayapp/screens/WeatherSymbols.h')
-rw-r--r--src/displayapp/screens/WeatherSymbols.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displayapp/screens/WeatherSymbols.h b/src/displayapp/screens/WeatherSymbols.h
index 93453b4e..f3eeed55 100644
--- a/src/displayapp/screens/WeatherSymbols.h
+++ b/src/displayapp/screens/WeatherSymbols.h
@@ -7,6 +7,7 @@ namespace Pinetime {
namespace Screens {
namespace Symbols {
const char* GetSymbol(const Pinetime::Controllers::SimpleWeatherService::Icons icon);
+ const char* GetCondition(const Pinetime::Controllers::SimpleWeatherService::Icons icon);
}
}
}