Add YandexWeather Usermod
This commit is contained in:
@@ -216,6 +216,10 @@
|
||||
#include "../usermods/usermod_v2_animartrix/usermod_v2_animartrix.h"
|
||||
#endif
|
||||
|
||||
#ifdef USERMOD_YA_WEATHER
|
||||
#include "../usermods/usermod_v2_yandex_weather/usermod_v2_yandex_weather.h"
|
||||
#endif
|
||||
|
||||
void registerUsermods()
|
||||
{
|
||||
/*
|
||||
@@ -418,4 +422,8 @@ void registerUsermods()
|
||||
usermods.add(new AnimartrixUsermod("Animartrix", false));
|
||||
#endif
|
||||
|
||||
#ifdef USERMOD_YA_WEATHER
|
||||
usermods.add(new YandexWeatherUsermod("YandexWeather", false));
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user