aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 2 insertions, 0 deletions
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