1 #ifndef _SYSTEM_PNGS_
2 #define _SYSTEM_PNGS_
3 
4 struct IMAGE_INFO {
5     unsigned char* data;
6     int            data_len;
7 };
8 
9 #endif