diff options
author | Thomas White <taw@physics.org> | 2010-02-22 10:32:21 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-02-22 10:32:21 +0100 |
commit | f86c9795c72d0a75692f010c0f3ef37f1c899eca (patch) | |
tree | 95f9f8e8e28836be63dc25691eb07ace81f03101 /src/detector.h | |
parent | 79fcc8f0938f0d8056b7b745eb96b89d133a571e (diff) |
Add find_panel() routine to clean up a lot of things
Diffstat (limited to 'src/detector.h')
-rw-r--r-- | src/detector.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |