diff options
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_; |