From 75e89acd804c61796c62cafd79e78552ba5343c4 Mon Sep 17 00:00:00 2001 From: Araki Ken Date: Sat, 27 Sep 2014 21:21:39 +0900 Subject: Add declaration of get_pixel_per_cell(). --- image.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'image.c') diff --git a/image.c b/image.c index 33c5462..f4fb487 100644 --- a/image.c +++ b/image.c @@ -44,6 +44,8 @@ initImage() activeImage = TRUE; } +int get_pixel_per_cell(int *ppc, int *ppl); + int getCharSize() { -- cgit v1.2.3