SameBoy/SDL/font.h

10 lines
140 B
C
Raw Normal View History

2017-10-04 09:43:31 +00:00
#ifndef font_h
#define font_h
#include <stdint.h>
extern uint8_t font[];
#define GLYPH_HEIGHT 8
#define GLYPH_WIDTH 6
#endif /* font_h */