From 4356100da4211934405751a91e38bd943236de32 Mon Sep 17 00:00:00 2001 From: SanJacobs Date: Tue, 19 Jul 2022 18:12:56 +0200 Subject: Partially functional workday slicing --- src/time.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/time.h') diff --git a/src/time.h b/src/time.h index 17a6854..5711aaf 100755 --- a/src/time.h +++ b/src/time.h @@ -49,13 +49,14 @@ struct timeblock{ moment end; double hourcount(); float valuefactor = 1; + float upvalue(float suggestion); }; struct workday{ moment call; moment wrap; moment planned_wrap; - timeblock blocks[13]; + timeblock blocks[12]; int total_timeblocks; // total_timeblocks exsists because blocks[13] can't be shrunk, // so total_timeblocks is the point at which blocks[13] just contains -- cgit v1.2.1