1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-02 05:01:56 +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