power_play/src/ttf/ttf.cpp
2025-07-29 20:56:33 -05:00

11 lines
151 B
C++

extern "C"
{
#include "ttf.h"
}
#if PlatformIsWindows
# include "ttf_core_dwrite.cpp"
#else
# error TTF core not implemented for this platform
#endif