From 7e60437d3c064bca402d486be967c43bf4326067 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Wed, 3 Sep 2025 23:31:40 +0200 Subject: Initial (with old code) This includes old code too, perhaps from 2021-05-05, judging from the birth timestamp on the directory. The old code included option parsing and equation solving for fancy mutually-dependent options, but no actual rendering (imagine that). --- compute.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 compute.h (limited to 'compute.h') diff --git a/compute.h b/compute.h new file mode 100644 index 0000000..5cd8915 --- /dev/null +++ b/compute.h @@ -0,0 +1,9 @@ +#pragma once + +#include "image.h" +#include "options.h" + + +HistImage compute_brot(const Options &options); + +// vim: set sw=4 ts=4 noet: -- cgit v1.2.3-70-g09d2