Add ScaledTickCounter type

This commit is contained in:
Jonathan G Rennison
2024-02-15 02:01:23 +00:00
parent c5f026ba66
commit edbbaeb5d9
3 changed files with 4 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
#include "safeguards.h"
uint64_t _tick_counter; ///< Ever incrementing tick counter for setting off various events
uint64_t _scaled_tick_counter; ///< Tick counter in daylength-scaled ticks
ScaledTickCounter _scaled_tick_counter; ///< Tick counter in daylength-scaled ticks
StateTicks _state_ticks; ///< Current state tick
uint32_t _quit_after_days; ///< Quit after this many days of run time