22#ifndef SDL2PP_SDLTTF_HH
23#define SDL2PP_SDLTTF_HH
25#include <SDL2pp/Export.hh>
Helper class taking care of SDL_ttf library initialization and deinitialization.
Definition: SDLTTF.hh:56
SDLTTF & operator=(SDLTTF &&other)=delete
Deleted move assignment operator.
SDLTTF(SDLTTF &&other)=delete
Deleted move constructor.
SDLTTF(const SDLTTF &other)=delete
Deleted copy constructor.
SDLTTF & operator=(const SDLTTF &other)=delete
Deleted assignment operator.