From c1efdf9b0875f2a39488a86cd838947a24fab9fc Mon Sep 17 00:00:00 2001 From: quou Date: Tue, 2 May 2023 21:02:04 +1000 Subject: Initial commit. --- platform.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 platform.h (limited to 'platform.h') diff --git a/platform.h b/platform.h new file mode 100644 index 0000000..bd3bc21 --- /dev/null +++ b/platform.h @@ -0,0 +1,10 @@ +#ifndef platform_h +#define platform_h + +void platform_quit(); + +void platform_log(const char* message, ...); +void platform_err(const char* message, ...); +void platform_abort(int code); + +#endif -- cgit v1.2.3-54-g00ecf