#ifndef FONT_UTILS_INCLUDED #define FONT_UTILS_INCLUDED #include #include int calculateStringPixelLenght(TTF_Font* font, char* str); #endif