9 lines
116 B
C
9 lines
116 B
C
|
#ifndef FONT_UNI53_H_
|
||
|
#define FONT_UNI53_H_
|
||
|
|
||
|
#include "font.h"
|
||
|
extern font font_uni53;
|
||
|
|
||
|
#endif /* FONT_UNI53_H_ */
|
||
|
|