aboutsummaryrefslogtreecommitdiff
path: root/puzzles.h
diff options
context:
space:
mode:
Diffstat (limited to 'puzzles.h')
-rw-r--r--puzzles.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/puzzles.h b/puzzles.h
index cf18255..4762c7c 100644
--- a/puzzles.h
+++ b/puzzles.h
@@ -235,6 +235,12 @@ void draw_rect_outline(frontend *fe, int x, int y, int w, int h,
int colour);
/*
+ * dsf.c
+ */
+int dsf_canonify(int *dsf, int val);
+void dsf_merge(int *dsf, int v1, int v2);
+
+/*
* version.c
*/
extern char ver[];