From ef3aa869ec0b094ed27808968d94ba90ac375571 Mon Sep 17 00:00:00 2001 From: Quinn Date: Wed, 12 Feb 2025 18:54:09 +0100 Subject: [PATCH] add inline function definitions --- src/window/colour/colour8.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/window/colour/colour8.h b/src/window/colour/colour8.h index 53c97e7..f8ca6bd 100644 --- a/src/window/colour/colour8.h +++ b/src/window/colour/colour8.h @@ -39,6 +39,9 @@ static inline uint8_t colour8_blue32(colour8 const colour) { // american macros: #define color8 colour8 +#define color8_red32 colour8_red32 +#define color8_green32 colour8_green32 +#define color8_blue32 colour8_blue32 #define COLOR8_BLACK COLOUR8_BLACK #define COLOR8_RED COLOUR8_RED #define COLOR8_YELLOW COLOUR8_YELLOW