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