Files
Cluster/clusterApp/include/lib/InsPng.h
2026-04-17 18:49:03 +08:00

9 lines
225 B
C

#ifndef INSPNG_H_INCLUDED
#define INSPNG_H_INCLUDED
#include <BaseTypes.h>
Bool LoadPngFromMem(void *mem, UInt32 memSz, Int32 *width, Int32 *height, UInt32 *format, void **bmp, UInt32 bmpSize);
#endif // INSPNG_H_INCLUDED