move in time from messages

This commit is contained in:
Green Sky
2025-01-07 15:51:20 +01:00
parent 85bbbb0e5a
commit 6cbcc9463c
3 changed files with 22 additions and 0 deletions

7
solanaceae/util/time.hpp Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
#include <cstdint>
// get unix time in milliseconds
uint64_t getTimeMS(void);