diff options
| author | Emil Williams | 2026-02-01 12:07:18 +0000 |
|---|---|---|
| committer | Emil Williams | 2026-02-01 12:07:18 +0000 |
| commit | a5209153cf8df1cd58c2f70f9eabb0bf5dd071f8 (patch) | |
| tree | 1926b2f597868e371b6c2369c9445df1fdc49cfc /source/all.h | |
| parent | f7973d58b2eb298bffe0ad3f88897e02e0497de8 (diff) | |
| download | EUROPAXI-a5209153cf8df1cd58c2f70f9eabb0bf5dd071f8.tar.xz EUROPAXI-a5209153cf8df1cd58c2f70f9eabb0bf5dd071f8.tar.zst | |
Diffstat (limited to 'source/all.h')
| -rw-r--r-- | source/all.h | 2 |
1 files changed, 2 insertions, 0 deletions
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]; |
