15 lines
223 B
C
15 lines
223 B
C
|
/*
|
|||
|
* image.h
|
|||
|
*
|
|||
|
* Created on: 5 июл. 2022 г.
|
|||
|
* Author: alexander
|
|||
|
*/
|
|||
|
|
|||
|
#ifndef IMAGE_H_
|
|||
|
#define IMAGE_H_
|
|||
|
|
|||
|
extern const unsigned char idata_head[];
|
|||
|
extern const unsigned char idata_icon[];
|
|||
|
|
|||
|
#endif /* IMAGE_H_ */
|