From f2e672f84d8cd45971c415c67d69237d09a8033a Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 24 May 2025 19:17:27 +0200 Subject: changed to sdl3 and added linux/cross-compilation --- include/glamacdef.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/glamacdef.h') diff --git a/include/glamacdef.h b/include/glamacdef.h index 13fffbf..563df70 100644 --- a/include/glamacdef.h +++ b/include/glamacdef.h @@ -15,6 +15,7 @@ #include #include +#include /* Type definitions for consistent sizing across platforms. Idea taken from https://nullprogram.com/blog/2023/10/08/ (archive link: ) */ typedef uint8_t u8; typedef char16_t c16; -- cgit v1.2.3