summaryrefslogtreecommitdiffstats
path: root/src/detection/weather/weather.h
blob: bd3d1bc08830f9d373202f5fb385ee394dae2a4d (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#include "fastfetch.h"
#include "modules/weather/option.h"

void ffPrepareWeather(FFWeatherOptions* options);
const char* ffDetectWeather(FFWeatherOptions* options, FFstrbuf* result);