1
0
Fork 0
InfiniTime/src/displayapp/screens/WeatherSymbols.h
2024-02-18 12:57:48 +01:00

14 lines
412 B
C++

#pragma once
#include "components/ble/SimpleWeatherService.h"
#include "displayapp/screens/Symbols.h"
namespace Pinetime {
namespace Applications {
namespace Screens {
namespace Symbols {
const char* GetSymbol(const Pinetime::Controllers::SimpleWeatherService::Icons icon);
const char* GetCondition(const Pinetime::Controllers::SimpleWeatherService::Icons icon);
}
}
}
}