LeviLamina
Loading...
Searching...
No Matches
launch_time_clock.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
launch_time_clock
{
6
public
:
7
// static functions
8
// NOLINTBEGIN
9
MCNAPI_C static ::std::chrono::duration<double, ::std::ratio<1, 1>> getSecondsSinceLaunch_DEPRECATED();
10
11
MCNAPI static ::std::chrono::nanoseconds
time_since_launch
();
12
// NOLINTEND
13
};
launch_time_clock
Definition
launch_time_clock.h:5
launch_time_clock::time_since_launch
static MCAPI ::std::chrono::nanoseconds time_since_launch()
src
mc
deps
core
timing
launch_time_clock.h
Generated on
for LeviLamina by
1.16.1