Rok Sim
0
Q:

sfml en c

#include <SFML/Window.hpp>

int main()
{
    sf::Window window(sf::VideoMode(800, 600), "My window");

    ...

    return 0;
}
0

New to Communities?

Join the community