diff --git a/SDL2pp/SDL2pp.hh b/SDL2pp/SDL2pp.hh index b3e8588..0d41c89 100644 --- a/SDL2pp/SDL2pp.hh +++ b/SDL2pp/SDL2pp.hh @@ -95,4 +95,15 @@ #include #include +#ifdef SDL2PP_WITH_TTF + //////////////////////////////////////////////////////////// + /// \defgroup ttf SDL_ttf + /// + /// \brief Text rendering throught SDL_ttf library + /// + //////////////////////////////////////////////////////////// +# include +# include +#endif + #endif