diff --git a/src/core/context.h b/src/core/context.h index b22d917572e15dc9bb7a6b72759da70c325eeb4f..2109a8cf0693bc234a339d63fdadbf95d3eea007 100644 --- a/src/core/context.h +++ b/src/core/context.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include #include #include @@ -76,6 +76,8 @@ private: bool _fast_mode ; + bool _all_day ; + uint32_t _loop_interval ; std::map _previous_tick;