summaryrefslogtreecommitdiff
path: root/src/app.h
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2022-12-12 23:55:47 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2022-12-12 23:55:47 +0100
commit4e43958f84336e3bcc4104257f51ba84e57fc4b7 (patch)
tree99ad6039c001c30982b75ca3f71f6c11717a477e /src/app.h
parentd0ee939a32fc7cec65a77d028d72881ee8ea1495 (diff)
Add TextureFonts to the ResourceManager
Diffstat (limited to 'src/app.h')
-rw-r--r--src/app.h1
1 files changed, 1 insertions, 0 deletions
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_;