1
0
mirror of https://github.com/azure-rtos/guix.git synced 2025-02-04 07:13:17 +08:00
guix/guix_studio/system_pngs.h

9 lines
129 B
C
Raw Permalink Normal View History

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