10 lines
146 B
C

//ͼƬ
#ifndef __PICTURE_H
#define __PICTURE_H
extern const unsigned char test_pic[8850];
extern const unsigned char mono_testpic[590];
#endif