blob: 8f8b5511bd6d26926d35013c52dc31355abf27d3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#pragma once
#include <stdbool.h>
#include <stdint.h>
#include <time.h>
typedef uint64_t Timestamp;
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/time.h.generated.h"
#endif
|