summaryrefslogtreecommitdiff
path: root/compute.h
diff options
context:
space:
mode:
Diffstat (limited to 'compute.h')
-rw-r--r--compute.h9
1 files changed, 9 insertions, 0 deletions
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: