mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-11-10 01:10:27 +00:00
15 lines
181 B
C
15 lines
181 B
C
#ifndef FONT_DEFAULT_H
|
|
#define FONT_DEFAULT_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
const char* GetDefaultCompressedFontDataTTFBase85(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|