mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-25 20:23:07 +00:00
7 lines
144 B
C
7 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];
|