diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2022-12-12 23:55:47 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2022-12-12 23:55:47 +0100 |
commit | 4e43958f84336e3bcc4104257f51ba84e57fc4b7 (patch) | |
tree | 99ad6039c001c30982b75ca3f71f6c11717a477e /src/app.h | |
parent | d0ee939a32fc7cec65a77d028d72881ee8ea1495 (diff) |
Add TextureFonts to the ResourceManager
Diffstat (limited to 'src/app.h')
-rw-r--r-- | src/app.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ class App { static const sf::Time TIME_PER_FRAME; private: + TextureFontManager textureFonts_; TextureManager textures_; sf::RenderWindow window_; StateStack stateStack_; |