8 lines
94 B
C++
Raw Permalink Normal View History

2025-01-07 15:51:20 +01:00
#pragma once
#include <cstdint>
// get unix time in milliseconds
uint64_t getTimeMS(void);