8 lines
91 B
C
8 lines
91 B
C
#ifndef FONT_H
|
|
#define FONT_H
|
|
|
|
#include "types.h"
|
|
|
|
extern u8 font8x8_basic[128][8];
|
|
|
|
#endif |