TGUI/tests/cmake/main.cpp

8 lines
98 B
C++

#include <TGUI/TGUI.hpp>
int main()
{
sf::RenderTexture target;
tgui::Gui gui{target};
}