From 802c3448793fdfd8255931235c40084558f7f515 Mon Sep 17 00:00:00 2001 From: Bert Date: Mon, 31 Jan 2011 15:51:26 +0100 Subject: Check file timestamps before loading from cache --- image.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'image.h') diff --git a/image.h b/image.h index 450a739..0f8835d 100644 --- a/image.h +++ b/image.h @@ -49,7 +49,9 @@ typedef struct img_s { void img_init(img_t*, win_t*); void img_free(img_t*); +int img_check(const char*); int img_load(img_t*, const char*); + void img_render(img_t*, win_t*); int img_fit(img_t*, win_t*); -- cgit v1.2.3