diff options
Diffstat (limited to 'src/detection/weather/weather.h')
| -rw-r--r-- | src/detection/weather/weather.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/detection/weather/weather.h b/src/detection/weather/weather.h new file mode 100644 index 0000000..bd3d1bc --- /dev/null +++ b/src/detection/weather/weather.h @@ -0,0 +1,7 @@ +#pragma once + +#include "fastfetch.h" +#include "modules/weather/option.h" + +void ffPrepareWeather(FFWeatherOptions* options); +const char* ffDetectWeather(FFWeatherOptions* options, FFstrbuf* result); |