From a5209153cf8df1cd58c2f70f9eabb0bf5dd071f8 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sun, 1 Feb 2026 12:07:18 +0000 Subject: fonts --- source/all.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/all.h') diff --git a/source/all.h b/source/all.h index b8f13bd..9d97653 100644 --- a/source/all.h +++ b/source/all.h @@ -9,6 +9,8 @@ #define TEXT_BUFFER_LIMIT (1<<12) #define FRAME_LIMIT (1<<4) +#define MIN(a,b) (a)<(b)?(a):(b) + typedef struct { Font font; float frame_x[FRAME_LIMIT]; -- cgit v1.2.3