Reece
82d455c4b1
[+] AuTime::IClock [+] AuTime::GetWallClock [+] AuTime::GetProcessClock [+] AuTime::GetSteadyClock [+] AuTime::GetClockFromEnum [*] Rename Timer -> Stopwatch [*] Refactor a serial AuString to a string view (*amended year)
13 lines
189 B
C++
13 lines
189 B
C++
/***
|
|
Copyright (C) 2023 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
|
|
|
File: AuClocks.hpp
|
|
Date: 2023-3-21
|
|
Author: Reece
|
|
***/
|
|
#pragma once
|
|
|
|
namespace Aurora::Time
|
|
{
|
|
|
|
} |