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