From 73e5768d3a159b2e9b554fa5396a759f3d283c6c Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Mon, 14 Mar 2022 14:20:34 +0000 Subject: some updates to page handling whoops squash me --- kc/core/timer.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kc/core/timer.h') diff --git a/kc/core/timer.h b/kc/core/timer.h index b41aa35..5a30747 100644 --- a/kc/core/timer.h +++ b/kc/core/timer.h @@ -1,4 +1,5 @@ #pragma once + #include #define TIMER_MILLISECOND 1000ULL @@ -7,6 +8,9 @@ typedef int (*timer_callback)(uint64_t nanoseconds); +typedef uint64_t kc_time_stamp; +typedef uint64_t kc_time_delta; + struct timer_callback_list { timer_callback func; -- cgit v1.3.1-1-g115d