6 lines
74 B
C
6 lines
74 B
C
#ifndef __FONT2_H
|
|
#define __FONT2_H
|
|
|
|
extern const char fontdata[];
|
|
|
|
#endif |