aboutsummaryrefslogtreecommitdiff
path: root/src/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/time.h')
-rwxr-xr-xsrc/time.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/time.h b/src/time.h
index 5087108..6d90d5c 100755
--- a/src/time.h
+++ b/src/time.h
@@ -19,6 +19,9 @@ class day{
};
timeblock timesplit(timeblock &input_block, moment splitpoint);
+ // Splits a timeblock at splitpoint.
+ // It changes the input_block to end at splitpoint, and returns a new timeblock
+ // that lasts from splitpoint to where the input_block used to end.
void wind(moment &input_moment, int minutes, int hours, int days);