From 5b0166bf88bf3bf3ec1e122f023df3887befba90 Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Fri, 10 Jul 2015 23:37:31 +0000 Subject: [PATCH] small changes --- src/image.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/image.h b/src/image.h index af6682e..1806574 100644 --- a/src/image.h +++ b/src/image.h @@ -23,6 +23,7 @@ float get_color(int c, int x, int max); void flip_image(image a); void draw_box(image a, int x1, int y1, int x2, int y2, float r, float g, float b); +void draw_box_width(image a, int x1, int y1, int x2, int y2, int w, float r, float g, float b); image image_distance(image a, image b); void scale_image(image m, float s); image crop_image(image im, int dx, int dy, int w, int h); -- Gitblit v1.10.0