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