10 lines
146 B
C
Raw Permalink Normal View History

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