From 576bd27e11ec70bdbd1b9a644d2e227b57586337 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Sun, 10 May 2026 00:28:14 -0400 Subject: i ain't splitting alla this up --- teensy/platform.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 teensy/platform.h (limited to 'teensy/platform.h') diff --git a/teensy/platform.h b/teensy/platform.h deleted file mode 100644 index df3c5f8..0000000 --- a/teensy/platform.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef PLATFORM_H_ -#define PLATFORM_H_ - -// This platform functions are to be implemented by a platform library. - -void ty_platform_init(struct ty_ctx *ctx); -void ty_platform_deinit(void); -void ty_platform_frame(struct ty_image img); -bool ty_platform_os_wants_quit(void); -double ty_platform_get_time(void); - -#endif // PLATFORM_H_ -- cgit v1.3-2-g0d8e