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