Release 1.55

master
Kasi 2020-09-22 20:58:30 +01:00
parent 2b0ce4f741
commit 7951f3332a
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,7 @@
#include "../../Core/Types/Timer.hpp"
#include "../../Core/Types/Counter.hpp"
#include "../../Core/Types/Countdown.hpp"
namespace BreakHandler
{
@ -17,9 +18,11 @@ namespace BreakHandler
struct BreakTime
{
std::int64_t TimeOfLastBreak = 0;
std::int64_t TimeOfLastBreak;
std::int64_t BreakEvery;
std::int64_t BreakFor;
bool OnBreak = false;
Countdown BreakCountdown;
};
BreakTime GetMiniBreakTime();

Binary file not shown.