FS#150 - SFML should use its own stream instead of std::cerr, for reporting errors

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1417 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
LaurentGom 2010-02-22 11:30:43 +00:00
parent 796406a15b
commit 76de05af61
29 changed files with 351 additions and 154 deletions

View file

@ -31,6 +31,7 @@
#include <SFML/Config.hpp>
#include <SFML/System/Clock.hpp>
#include <SFML/System/Err.hpp>
#include <SFML/System/Lock.hpp>
#include <SFML/System/Mutex.hpp>
#include <SFML/System/Randomizer.hpp>