aboutsummaryrefslogtreecommitdiff
path: root/include/graphics/glyphs.h
blob: 2a16b84c9e6183ce2b20c2ed913bd94c2cfc81cd (plain)
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