From 3b864c2254752c252936c9cc14036991686d2c81 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Fri, 10 Jul 2015 23:36:08 +0000
Subject: [PATCH] width and stuff

---
 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