From f86c9795c72d0a75692f010c0f3ef37f1c899eca Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 22 Feb 2010 10:32:21 +0100 Subject: Add find_panel() routine to clean up a lot of things --- src/detector.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/detector.h') diff --git a/src/detector.h b/src/detector.h index 4a983313..4361d580 100644 --- a/src/detector.h +++ b/src/detector.h @@ -41,4 +41,6 @@ struct detector extern void record_image(struct image *image, int do_water, int do_poisson, int do_bloom); +extern struct panel *find_panel(struct detector *det, int x, int y); + #endif /* DETECTOR_H */ -- cgit v1.2.3