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

@@ -14,7 +14,7 @@
#include "settings_type.h"
extern uint64_t _tick_counter;
extern uint64_t _scaled_tick_counter;
extern ScaledTickCounter _scaled_tick_counter;
extern StateTicks _state_ticks;
extern uint32_t _quit_after_days;