#ifndef FONT_UTILS_INCLUDED
#define FONT_UTILS_INCLUDED
#include <SDL2/SDL_ttf.h>
int calculateStringPixelLenght(TTF_Font* font, char* str);
#endif