pcb and initial code from https://github.com/das-labor/borgware-2d.git
9 lines
116 B
9 lines
116 B
16 years ago
|
#ifndef FONT_UNI53_H_
|
||
|
#define FONT_UNI53_H_
|
||
|
|
||
|
#include "font.h"
|
||
|
extern font font_uni53;
|
||
|
|
||
|
#endif /* FONT_UNI53_H_ */
|
||
|
|