1
0
mirror of synced 2024-12-03 11:47:20 +01:00
ImHex/lib/external/imgui/include/fonts/unifont_font.h
WerWolv fb4c21b97a
build: Fix weird macOS build errors (#591)
* cleanup

* Remove prints
2022-07-26 14:59:08 +02:00

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];