1
0
mirror of synced 2025-01-10 05:21:51 +01:00

7 lines
176 B
C
Raw Normal View History

2021-08-31 15:22:00 +02:00
#pragma once
#define FONT_ICON_FILE_NAME_UNIFONT "unifont.ttf"
extern const unsigned int unifont_compressed_size;
extern const unsigned int unifont_compressed_data[52184/4];