diff options
author | axtloss <axtlos@disroot.org> | 2024-05-28 13:01:13 +0200 |
---|---|---|
committer | axtloss <axtlos@disroot.org> | 2024-05-28 13:01:13 +0200 |
commit | b666cb3b757b408c9515b4749c7e8a05971ec451 (patch) | |
tree | 67f313f43f73205f987943a9e2cb6b367d0eb913 /src/sun.h | |
download | autodarkmode-b666cb3b757b408c9515b4749c7e8a05971ec451.tar.gz autodarkmode-b666cb3b757b408c9515b4749c7e8a05971ec451.tar.bz2 |
add files
Diffstat (limited to 'src/sun.h')
-rw-r--r-- | src/sun.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sun.h b/src/sun.h new file mode 100644 index 0000000..0eeb187 --- /dev/null +++ b/src/sun.h @@ -0,0 +1,2 @@ +float calculateSunrise(int year,int month,int day,float lat, float lng,int localOffset); +float calculateSunset(int year,int month,int day,float lat, float lng,int localOffset); |