aboutsummaryrefslogtreecommitdiff
path: root/src/sun.h
diff options
context:
space:
mode:
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);