1 2 3 4 5 6 7 8 9 10
#ifndef GRAPHICS_GLYPHS_H #define GRAPHICS_GLYPHS_H #ifdef LARGE_LETTERS #include "font.big.h" #else #include "font.small.h" #endif #endif