mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
7 lines
176 B
C
Vendored
7 lines
176 B
C
Vendored
#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];
|