You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MangoHud/src/font_default.h

16 lines
239 B
C

#pragma once
#ifndef MANGOHUD_FONT_DEFAULT_H
#define MANGOHUD_FONT_DEFAULT_H
#ifdef __cplusplus
extern "C" {
#endif
const char* GetDefaultCompressedFontDataTTFBase85(void);
#ifdef __cplusplus
}
#endif
#endif // MANGOHUD_FONT_DEFAULT_H