MangoHud/src/font_default.h
2020-05-10 15:18:59 +03:00

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