summaryrefslogtreecommitdiff
path: root/rect.h
diff options
context:
space:
mode:
Diffstat (limited to 'rect.h')
-rw-r--r--rect.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/rect.h b/rect.h
index 7ec2a3b..3def002 100644
--- a/rect.h
+++ b/rect.h
@@ -1,4 +1,6 @@
#pragma once
+#include <stdbool.h>
+
+int render_parallel (flam3_frame *spec, void *out, stat_struct *stats);
-int render_rectangle(flam3_frame *spec, void *out, stat_struct *stats);