aboutsummaryrefslogtreecommitdiff
path: root/src/fontface.h
blob: a2206080850e3e02f98bd9131b57ccb2604759d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __FONTFACE_H
#define __FONTFACE_H

#include <SDL.h>

#define FONTHEIGHT	8
#define FONTWIDTH	8

extern const Uint8 Font_Face[256][FONTHEIGHT];

#endif