From 8f2d85aa019f089b6946f3b9e0355ce59b12b67a Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 27 Dec 2025 16:00:54 -0700 Subject: Buildings going well --- src/utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index fddfa9d..cccec85 100644 --- a/src/utils.h +++ b/src/utils.h @@ -70,4 +70,6 @@ typedef enum FTError { Vector2 randomDirection2(int seed, int* nextSeed); Vector3 randomDirection3(int seed, int* nextSeed); +Image colorsToImage(Color* colors, int width, int height); + #endif -- cgit v1.2.3