1
Graphics / sf::Image object
« on: December 20, 2011, 10:22:46 pm »
could you be more specific... I'm really a beginner...and I'm not sure how to do it :oops:
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
#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;
}