diff options
| author | nathan <nathansmith@disroot.org> | 2025-12-26 14:14:54 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2025-12-26 14:14:54 +0000 |
| commit | c9ae1941816183553c8c4313eac27cc831cbefba (patch) | |
| tree | 053ab2ca0819f3c9021574bcce9a24fc69cadc95 /src/utils.h | |
| parent | a5443e22bfce9ac00fdc6e746e17eb4aa68565f2 (diff) | |
| download | FindThings-c9ae1941816183553c8c4313eac27cc831cbefba.tar.gz FindThings-c9ae1941816183553c8c4313eac27cc831cbefba.tar.bz2 FindThings-c9ae1941816183553c8c4313eac27cc831cbefba.zip | |
Working on buildings
Diffstat (limited to 'src/utils.h')
| -rw-r--r-- | src/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
