mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-08-13 04:32:52 +00:00
15 lines
159 B
C
15 lines
159 B
C
![]() |
#ifndef _IMAGE_H_
|
||
|
#define _IMAGE_H_
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
extern const unsigned char* logo_allArray[];
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|