1 2 3 4 5 6 7 8
#include <SFML/Graphics.hpp> extern "C" { void graphics() { sf::Text text; text.setString("Hello world"); } }