aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-12-27 20:23:04 +0000
committernathan <nathansmith@disroot.org>2025-12-27 20:23:04 +0000
commitc6096a028d57da1026aa86ac215ea2f07461cd96 (patch)
tree46341ba8ac0697a696feb6890010212393331036 /src/utils.h
parent525b9023b83014c46a4a21ec9a729b559d6be0b3 (diff)
downloadFindThings-c6096a028d57da1026aa86ac215ea2f07461cd96.tar.gz
FindThings-c6096a028d57da1026aa86ac215ea2f07461cd96.tar.bz2
FindThings-c6096a028d57da1026aa86ac215ea2f07461cd96.zip
cubemap thingy working
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 0 insertions, 2 deletions
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