summaryrefslogtreecommitdiff
path: root/tests/projects/package/components/src/graphics.cpp
blob: bc081a51759329aec2ef5db187149dc31d57ca0e (plain)
1
2
3
4
5
6
7
8
#include <SFML/Graphics.hpp>

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