mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-09-12 08:48:04 -04:00
Add ttf-related includes to the main header
This commit is contained in:
parent
48e5332f02
commit
f698d8cffa
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user