#ifndef _SYSTEM_PNGS_ #define _SYSTEM_PNGS_ struct IMAGE_INFO { unsigned char* data; int data_len; }; #endif