Update to TGUI 0.9.x

This commit is contained in:
2022-12-28 13:03:45 -07:00
committed by Celtic Minstrel
parent 00bff78239
commit d860422c6d
5 changed files with 8 additions and 7 deletions

View File

@@ -12,6 +12,7 @@
#include <boost/filesystem/path.hpp>
#include <SFML/Window.hpp>
#include <SFML/Graphics/Image.hpp>
#include <memory>
char keyToChar(sf::Keyboard::Key key, bool isShift);