From c9ae1941816183553c8c4313eac27cc831cbefba Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 26 Dec 2025 07:14:54 -0700 Subject: Working on buildings --- 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..4fd2ab8 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 generateCubemapImage(bool** cubemap, int width, int height); + #endif -- cgit v1.2.3