Topaz 5.0
Topaz Game Engine
Loading...
Searching...
No Matches
time.hpp
1#ifndef TOPAZ_CORE_TIME_HPP
2#define TOPAZ_CORE_TIME_HPP
3#include <cstdint>
4
5namespace tz
6{
7 std::uint64_t time_millis();
8 std::uint64_t time_nanos();
9}
10
11#endif // TOPAZ_CORE_TIME_HPP