11 lines
142 B
C
11 lines
142 B
C
//
|
|
// Created by steven on 11/19/2024.
|
|
//
|
|
|
|
#ifndef IMAGES_H
|
|
#define IMAGES_H
|
|
|
|
extern const unsigned char gImage_2in13_2[];
|
|
|
|
#endif //IMAGES_H
|