1
0
Fork 0
InfiniTime/src/displayapp/screens/WeatherSymbols.h

14 lines
315 B
C
Raw Normal View History

#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);
}
}
}
}