From 5f341eacdf0d75a4b334969a2d8a4701d61e4d9e Mon Sep 17 00:00:00 2001 From: quou Date: Sun, 7 May 2023 12:53:46 +1000 Subject: Add waves and stuff. --- platform.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'platform.h') diff --git a/platform.h b/platform.h index bd3bc21..0001f8b 100644 --- a/platform.h +++ b/platform.h @@ -7,4 +7,6 @@ void platform_log(const char* message, ...); void platform_err(const char* message, ...); void platform_abort(int code); +int platform_get_time(); + #endif -- cgit v1.2.3-54-g00ecf