1
0
mirror of https://github.com/azure-rtos/guix.git synced 2025-01-28 07:03:11 +08:00
guix/guix_studio/system_pngs.h

9 lines
129 B
C

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