#ifndef __FONTFACE_H #define __FONTFACE_H #include #define FONTHEIGHT 8 #define FONTWIDTH 8 extern const Uint8 Font_Face[256][FONTHEIGHT]; #endif