1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-12 18:06:18 +00:00
mpv/Gui/bitmap/png/png.h

10 lines
126 B
C
Raw Normal View History

#ifndef __MYPNG
#define __MYPNG
#include "../bitmap.h"
extern int pngRead( unsigned char * fname, txSample * bf );
#endif