aboutsummaryrefslogtreecommitdiff
path: root/src/sun.h
diff options
context:
space:
mode:
authoraxtloss <axtlos@disroot.org>2024-05-28 13:01:13 +0200
committeraxtloss <axtlos@disroot.org>2024-05-28 13:01:13 +0200
commitb666cb3b757b408c9515b4749c7e8a05971ec451 (patch)
tree67f313f43f73205f987943a9e2cb6b367d0eb913 /src/sun.h
downloadautodarkmode-b666cb3b757b408c9515b4749c7e8a05971ec451.tar.gz
autodarkmode-b666cb3b757b408c9515b4749c7e8a05971ec451.tar.bz2
add files
Diffstat (limited to 'src/sun.h')
-rw-r--r--src/sun.h2
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);