From cd111fbabfa1f84c9c9aa35f1242d4edbec15b22 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Wed, 11 Feb 2026 12:18:35 +0000 Subject: draft 1 --- source/all.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source') diff --git a/source/all.h b/source/all.h index babc53f..0c9bcec 100644 --- a/source/all.h +++ b/source/all.h @@ -13,8 +13,8 @@ typedef struct { Font font __attribute__((aligned)); - i16 horizontal, vertical __attribute__((aligned)); - f32 ups, fps __attribute__((aligned)); + u16 horizontal, vertical __attribute__((aligned)); + u16 ups, fps __attribute__((aligned)); } game_t; /* game.c */ -- cgit v1.2.3