#pragma once #include class Font{ public: const unsigned char *filedata; unsigned int file_len; sf::Font sf_font; Font(const unsigned char *filedata,unsigned int file_len); };