From 4e43958f84336e3bcc4104257f51ba84e57fc4b7 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Mon, 12 Dec 2022 23:55:47 +0100 Subject: Add TextureFonts to the ResourceManager --- src/app.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/app.h') diff --git a/src/app.h b/src/app.h index 7d667f9..2c7e21e 100644 --- a/src/app.h +++ b/src/app.h @@ -9,6 +9,7 @@ class App { static const sf::Time TIME_PER_FRAME; private: + TextureFontManager textureFonts_; TextureManager textures_; sf::RenderWindow window_; StateStack stateStack_; -- cgit v1.2.3