mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 15:18:35 -07: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];
|