From f698d8cffa2b389dee8c0378a380302a738c4448 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sun, 28 Dec 2014 03:35:01 +0300 Subject: [PATCH] Add ttf-related includes to the main header --- SDL2pp/SDL2pp.hh | 11 +++++++++++ 1 file changed, 11 insertions(+) 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