Replaced C standard headers (<xxx.h>) with their C++ version (<cxxx>)
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1545 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
41b29f45f8
commit
ff2c4f2ee7
20 changed files with 48 additions and 53 deletions
include/SFML/System
|
@ -32,7 +32,7 @@
|
|||
#include <algorithm>
|
||||
#include <locale>
|
||||
#include <string>
|
||||
#include <stdlib.h>
|
||||
#include <cstdlib>
|
||||
|
||||
|
||||
namespace sf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue