diff options
Diffstat (limited to 'src/includes/State.hpp')
| -rw-r--r-- | src/includes/State.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/includes/State.hpp b/src/includes/State.hpp index 453939f..bcfb365 100644 --- a/src/includes/State.hpp +++ b/src/includes/State.hpp @@ -9,8 +9,8 @@ class State int visina,sirina; bool ischanged=0,newgame=0,pause=0,kraj=0; - sf::Font font; - sf::Texture healthtex,neprijateljtex; + std::map<std::string,sf::Font*> font; + std::map<std::string,sf::Texture*> tex; sf::RectangleShape podloga; sf::Text pausetext,krajtext; |
