summaryrefslogtreecommitdiff
path: root/third_party/spiro/ppedit/bezctx_hittest.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/spiro/ppedit/bezctx_hittest.h')
-rw-r--r--third_party/spiro/ppedit/bezctx_hittest.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/spiro/ppedit/bezctx_hittest.h b/third_party/spiro/ppedit/bezctx_hittest.h
new file mode 100644
index 0000000..79949ae
--- /dev/null
+++ b/third_party/spiro/ppedit/bezctx_hittest.h
@@ -0,0 +1,5 @@
+bezctx *
+new_bezctx_hittest(double x, double y);
+
+double
+bezctx_hittest_report(bezctx *z, int *p_knot_idx);