From cc56203b76e1fcef2c7e55b460daf07e654a1547 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 5 Nov 2012 00:28:57 +0200 Subject: switch over to libpicofe - libretro should not be affected by this, all others need to do 'git submodule init && git submodule update' from now on. - pandora should get gamma control support --- frontend/common/readpng.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 frontend/common/readpng.h (limited to 'frontend/common/readpng.h') diff --git a/frontend/common/readpng.h b/frontend/common/readpng.h deleted file mode 100644 index 924b341..0000000 --- a/frontend/common/readpng.h +++ /dev/null @@ -1,19 +0,0 @@ -typedef enum -{ - READPNG_BG = 1, - READPNG_FONT, - READPNG_SELECTOR, - READPNG_24, -} -readpng_what; - -#ifdef __cplusplus -extern "C" { -#endif - -int readpng(void *dest, const char *fname, readpng_what what, int w, int h); -int writepng(const char *fname, unsigned short *src, int w, int h); - -#ifdef __cplusplus -} -#endif -- cgit v1.2.3