jes/src-c/gui/jes_icon-32x32.h
2018-07-25 20:47:02 -04:00

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