9 lines
119 B
C
9 lines
119 B
C
#ifndef JES_ICON_32X32_H
|
|
#define JES_ICON_32X32_H
|
|
|
|
#include <stdint.h>
|
|
|
|
extern const uint8_t jes_icon_32x32[];
|
|
|
|
#endif
|