Files
2026-01-14 11:30:04 -05:00

8 lines
309 B
C

#include "fonts/runescape_font.h"
// This file exists solely to include the font header in its own translation unit
// so that the static font_dsc variable doesn't conflict with other fonts.
// The font pointer (roboto_bold_font) is defined in the header and exported
// for use in other translation units.