0 Members and 1 Guest are viewing this topic.
#include "stdafx.h"#include <SFML\System.hpp>#include <SFML/Graphics/Image.hpp>#include <iostream>int _tmain(int argc, _TCHAR* argv[]){ sf::Image c; return 0;}