#ifndef FONT_DEFAULT_H #define FONT_DEFAULT_H #ifdef __cplusplus extern "C" { #endif const char* GetDefaultCompressedFontDataTTFBase85(void); #ifdef __cplusplus } #endif #endif