mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-26 12:43:08 +00:00
8 lines
144 B
C
8 lines
144 B
C
|
#pragma once
|
||
|
|
||
|
#include "font_info.h"
|
||
|
|
||
|
#define AVAILABLE_FONTS_COUNT (10)
|
||
|
|
||
|
extern const FONT_INFO* const available_fonts[AVAILABLE_FONTS_COUNT];
|