From c6096a028d57da1026aa86ac215ea2f07461cd96 Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 27 Dec 2025 13:23:04 -0700 Subject: cubemap thingy working --- src/utils.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index bbce120..fddfa9d 100644 --- a/src/utils.h +++ b/src/utils.h @@ -70,6 +70,4 @@ typedef enum FTError { Vector2 randomDirection2(int seed, int* nextSeed); Vector3 randomDirection3(int seed, int* nextSeed); -Image generateCubemapImage(const bool** cubemap, int width, int height); - #endif -- cgit v1.2.3