#pragma once #include "imguiWrapperTypes.h" #ifdef __cplusplus extern "C" { #endif extern IggFontGlyph iggFontFindGlyph(IggFont handle, unsigned int c); #ifdef __cplusplus } #endif