WIP basic menu
This commit is contained in:
7
Core/Src/graphics/fonts/runescape_font.c
Normal file
7
Core/Src/graphics/fonts/runescape_font.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#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.
|
||||
|
||||
Reference in New Issue
Block a user