From 1523c065c8d1a25417c08b45fc299d6743cd7fc3 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 28 Feb 2015 16:25:00 +0100 Subject: Drop progress printing from rendering thread --- rect.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rect.h') 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 + +int render_parallel (flam3_frame *spec, void *out, stat_struct *stats); -int render_rectangle(flam3_frame *spec, void *out, stat_struct *stats); -- cgit v1.2.3