summaryrefslogtreecommitdiffhomepage
path: root/src/timer.hpp
blob: d9b0f602c3c6d9a3d3643acb225df01342277951 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once
#include "timer-fwd.hpp"
#include <mg/Time.h> // todo! replace with my own

namespace floormat {

constexpr inline size_t fm_DATETIME_BUF_SIZE = 32;
const char* format_datetime_to_string(char(&buf)[fm_DATETIME_BUF_SIZE]);

} // namespace floormat