Add ttf-related includes to the main header

This commit is contained in:
Dmitry Marakasov 2014-12-28 03:35:01 +03:00
parent 48e5332f02
commit f698d8cffa

View File

@ -95,4 +95,15 @@
#include <SDL2pp/ContainerRWops.hh>
#include <SDL2pp/StreamRWops.hh>
#ifdef SDL2PP_WITH_TTF
////////////////////////////////////////////////////////////
/// \defgroup ttf SDL_ttf
///
/// \brief Text rendering throught SDL_ttf library
///
////////////////////////////////////////////////////////////
# include <SDL2pp/SDLTTF.hh>
# include <SDL2pp/Font.hh>
#endif
#endif