#include extern "C" { void graphics() { sf::Text text; text.setString("Hello world"); } }