comparison include/core/time.h @ 85:c69230dc2b5d

*: cleanup includes
author Paper <mrpapersonic@gmail.com>
date Sun, 29 Oct 2023 00:57:03 -0400
parents 2743011a6042
children 862d0d8619f6
comparison
equal deleted inserted replaced
84:eab9e623eb84 85:c69230dc2b5d
1 #ifndef __core__time_h 1 #ifndef __core__time_h
2 #define __core__time_h 2 #define __core__time_h
3
3 #include <cstdint> 4 #include <cstdint>
4 #include <string> 5 #include <string>
5 namespace Time { 6 namespace Time {
6 7
7 class Duration { 8 class Duration {
17 int64_t length; 18 int64_t length;
18 }; 19 };
19 20
20 int64_t GetSystemTime(); 21 int64_t GetSystemTime();
21 22
22 }; // namespace Time 23 }; // namespace Time
24
23 #endif // __core__time_h 25 #endif // __core__time_h