From 96b27fe9841e537614962e273ef9f0802365ea6d Mon Sep 17 00:00:00 2001 From: quou Date: Tue, 31 Dec 2024 23:38:11 +1100 Subject: ui stuf and things hmm m mmm m シ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qstd/plat.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'qstd/plat.h') diff --git a/qstd/plat.h b/qstd/plat.h index 27521fa..b3715a3 100644 --- a/qstd/plat.h +++ b/qstd/plat.h @@ -1,6 +1,8 @@ #ifndef plat_h #define plat_h +#include + #ifdef assert #undef assert #endif @@ -29,4 +31,7 @@ void print_err(const char* fmt, ...); void print_war(const char* fmt, ...); void pbreak(int code); +uint64_t get_time(void); + + #endif -- cgit v1.2.3-54-g00ecf