1 2 3 4 5 6 7 8
#pragma once #include <al/types.h> #define NNWT_TIMESTAMP_INVALID ((u64)-1) u64 nn_get_timestamp(void); f64 nn_get_tick(void);